@sapui5/ts-types 1.115.1 → 1.116.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/README.md +4 -14
- package/package.json +1 -1
- package/types/index.d.ts +9 -3
- package/types/sap.apf.d.ts +38 -30
- package/types/sap.ca.ui.d.ts +129 -87
- package/types/sap.chart.d.ts +3 -48
- package/types/sap.collaboration.d.ts +22 -20
- package/types/sap.esh.search.ui.d.ts +111 -107
- package/types/sap.f.d.ts +70 -248
- package/types/sap.fe.core.d.ts +130 -4
- package/types/sap.fe.macros.d.ts +21 -47
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.test.d.ts +1 -1
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +1074 -1207
- package/types/sap.insights.d.ts +3 -3
- package/types/sap.landvisz.d.ts +53 -27
- package/types/sap.m.d.ts +377 -2599
- package/types/sap.makit.d.ts +1 -36
- package/types/sap.me.d.ts +6 -63
- package/types/sap.ndc.d.ts +22 -25
- package/types/sap.ovp.d.ts +19 -6
- package/types/sap.rules.ui.d.ts +29 -37
- package/types/sap.sac.df.d.ts +7 -5
- package/types/sap.suite.ui.commons.d.ts +1012 -1165
- package/types/sap.suite.ui.generic.template.d.ts +1 -7
- package/types/sap.suite.ui.microchart.d.ts +4 -105
- package/types/sap.tnt.d.ts +51 -24
- package/types/sap.ui.codeeditor.d.ts +3 -19
- package/types/sap.ui.commons.d.ts +39 -415
- package/types/sap.ui.comp.d.ts +290 -778
- package/types/sap.ui.core.d.ts +253 -845
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +1 -12
- package/types/sap.ui.fl.d.ts +4 -78
- package/types/sap.ui.generic.app.d.ts +28 -30
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +119 -93
- package/types/sap.ui.layout.d.ts +6 -40
- package/types/sap.ui.mdc.d.ts +803 -842
- package/types/sap.ui.richtexteditor.d.ts +2 -27
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +1 -12
- package/types/sap.ui.support.d.ts +1 -1
- package/types/sap.ui.table.d.ts +21 -187
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +24 -379
- package/types/sap.ui.ux3.d.ts +44 -483
- package/types/sap.ui.vbm.d.ts +496 -764
- package/types/sap.ui.vk.d.ts +1332 -1844
- package/types/sap.ui.vtm.d.ts +312 -386
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +731 -308
- package/types/sap.ui.webc.main.d.ts +4118 -1173
- package/types/sap.uiext.inbox.d.ts +1 -79
- package/types/sap.ushell.d.ts +220 -862
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +10 -80
- package/types/sap.viz.d.ts +3 -823
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +2 -2
- package/types/sap.zen.crosstab.d.ts +2 -2
- package/types/sap.zen.dsh.d.ts +127 -157
package/types/sap.ui.comp.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.116.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -75,9 +75,12 @@ declare namespace sap {
|
|
|
75
75
|
* automatically. **Note:** When `SmartFilterBar` is used inside a `ValueHelpDialog`, it is initially collapsed.
|
|
76
76
|
* The filter bar is initially expanded in the following cases:
|
|
77
77
|
*
|
|
78
|
-
* - When there is no basic search field.
|
|
79
|
-
*
|
|
80
|
-
*
|
|
78
|
+
* - When there is no basic search field.
|
|
79
|
+
*
|
|
80
|
+
* - When `preventInitialDataFetchInValueHelpDialog` is set to `true` or the `fetchValues` property of the
|
|
81
|
+
* `valueList` annotation is set to `2`.
|
|
82
|
+
*
|
|
83
|
+
* - When there are mandatory fields, all fields are expanded (not only the first 7).
|
|
81
84
|
*/
|
|
82
85
|
filterBarExpanded?:
|
|
83
86
|
| boolean
|
|
@@ -94,6 +97,18 @@ declare namespace sap {
|
|
|
94
97
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
95
98
|
| `{${string}}`;
|
|
96
99
|
|
|
100
|
+
/**
|
|
101
|
+
* @since 1.116.0
|
|
102
|
+
*
|
|
103
|
+
* If set to `true`, when the `FilterBar` is expanded it will show all filters, not only the first 7.
|
|
104
|
+
*
|
|
105
|
+
* **Note:** This is valid only when the `FilterBar` is used inside a `ValueHelpDialog`
|
|
106
|
+
*/
|
|
107
|
+
showAllFilters?:
|
|
108
|
+
| boolean
|
|
109
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
110
|
+
| `{${string}}`;
|
|
111
|
+
|
|
97
112
|
/**
|
|
98
113
|
* @deprecated (since 1.84)
|
|
99
114
|
*
|
|
@@ -290,16 +305,12 @@ declare namespace sap {
|
|
|
290
305
|
/**
|
|
291
306
|
* This event is fired when the Restore button is pressed.
|
|
292
307
|
*/
|
|
293
|
-
reset?: (
|
|
294
|
-
oEvent: sap.ui.base.Event<sap.ui.comp.filterbar.FilterBar$ResetEventParameters>
|
|
295
|
-
) => void;
|
|
308
|
+
reset?: (oEvent: FilterBar$ResetEvent) => void;
|
|
296
309
|
|
|
297
310
|
/**
|
|
298
311
|
* This event is fired when the Go button is pressed.
|
|
299
312
|
*/
|
|
300
|
-
search?: (
|
|
301
|
-
oEvent: sap.ui.base.Event<sap.ui.comp.filterbar.FilterBar$SearchEventParameters>
|
|
302
|
-
) => void;
|
|
313
|
+
search?: (oEvent: FilterBar$SearchEvent) => void;
|
|
303
314
|
|
|
304
315
|
/**
|
|
305
316
|
* @deprecated (since 1.48.2) - Replaced by the event `beforeVariantFetch`
|
|
@@ -308,7 +319,7 @@ declare namespace sap {
|
|
|
308
319
|
* filters, which will be saved as variant later.
|
|
309
320
|
*/
|
|
310
321
|
beforeVariantSave?: (
|
|
311
|
-
oEvent:
|
|
322
|
+
oEvent: FilterBar$BeforeVariantSaveEvent
|
|
312
323
|
) => void;
|
|
313
324
|
|
|
314
325
|
/**
|
|
@@ -322,23 +333,17 @@ declare namespace sap {
|
|
|
322
333
|
* This event is fired after a variant has been loaded and applied to the FilterBar. The event can be used
|
|
323
334
|
* to adapt custom filters with data from the variant.
|
|
324
335
|
*/
|
|
325
|
-
afterVariantLoad?: (
|
|
326
|
-
oEvent: sap.ui.base.Event<sap.ui.comp.filterbar.FilterBar$AfterVariantLoadEventParameters>
|
|
327
|
-
) => void;
|
|
336
|
+
afterVariantLoad?: (oEvent: FilterBar$AfterVariantLoadEvent) => void;
|
|
328
337
|
|
|
329
338
|
/**
|
|
330
339
|
* This event is fired when a filter or multiple filters has changed.
|
|
331
340
|
*/
|
|
332
|
-
filterChange?: (
|
|
333
|
-
oEvent: sap.ui.base.Event<sap.ui.comp.filterbar.FilterBar$FilterChangeEventParameters>
|
|
334
|
-
) => void;
|
|
341
|
+
filterChange?: (oEvent: FilterBar$FilterChangeEvent) => void;
|
|
335
342
|
|
|
336
343
|
/**
|
|
337
344
|
* This event is fired when the Clear button is pressed. The consumer has to clear all filters.
|
|
338
345
|
*/
|
|
339
|
-
clear?: (
|
|
340
|
-
oEvent: sap.ui.base.Event<sap.ui.comp.filterbar.FilterBar$ClearEventParameters>
|
|
341
|
-
) => void;
|
|
346
|
+
clear?: (oEvent: FilterBar$ClearEvent) => void;
|
|
342
347
|
|
|
343
348
|
/**
|
|
344
349
|
* This event is fired when the FilterBar is initialized to indicate that metadata are available.
|
|
@@ -365,7 +370,7 @@ declare namespace sap {
|
|
|
365
370
|
* This event is fired after the filters dialog is closed.
|
|
366
371
|
*/
|
|
367
372
|
filtersDialogClosed?: (
|
|
368
|
-
oEvent:
|
|
373
|
+
oEvent: FilterBar$FiltersDialogClosedEvent
|
|
369
374
|
) => void;
|
|
370
375
|
|
|
371
376
|
/**
|
|
@@ -397,7 +402,7 @@ declare namespace sap {
|
|
|
397
402
|
* This event is fired when search field of the filter dialog is changed.
|
|
398
403
|
*/
|
|
399
404
|
filtersDialogSearchForFilters?: (
|
|
400
|
-
oEvent:
|
|
405
|
+
oEvent: FilterBar$FiltersDialogSearchForFiltersEvent
|
|
401
406
|
) => void;
|
|
402
407
|
|
|
403
408
|
/**
|
|
@@ -535,9 +540,7 @@ declare namespace sap {
|
|
|
535
540
|
/**
|
|
536
541
|
* This event is fired when one of the properties is changed.
|
|
537
542
|
*/
|
|
538
|
-
change?: (
|
|
539
|
-
oEvent: sap.ui.base.Event<sap.ui.comp.filterbar.FilterItem$ChangeEventParameters>
|
|
540
|
-
) => void;
|
|
543
|
+
change?: (oEvent: FilterItem$ChangeEvent) => void;
|
|
541
544
|
}
|
|
542
545
|
|
|
543
546
|
interface FilterBar$AfterVariantLoadEventParameters {
|
|
@@ -2454,9 +2457,12 @@ declare namespace sap {
|
|
|
2454
2457
|
* automatically. **Note:** When `SmartFilterBar` is used inside a `ValueHelpDialog`, it is initially collapsed.
|
|
2455
2458
|
* The filter bar is initially expanded in the following cases:
|
|
2456
2459
|
*
|
|
2457
|
-
* - When there is no basic search field.
|
|
2458
|
-
*
|
|
2459
|
-
*
|
|
2460
|
+
* - When there is no basic search field.
|
|
2461
|
+
*
|
|
2462
|
+
* - When `preventInitialDataFetchInValueHelpDialog` is set to `true` or the `fetchValues` property of the
|
|
2463
|
+
* `valueList` annotation is set to `2`.
|
|
2464
|
+
*
|
|
2465
|
+
* - When there are mandatory fields, all fields are expanded (not only the first 7).
|
|
2460
2466
|
*
|
|
2461
2467
|
* Default value is `true`.
|
|
2462
2468
|
*
|
|
@@ -2557,6 +2563,20 @@ declare namespace sap {
|
|
|
2557
2563
|
* @returns Value of property `searchEnabled`
|
|
2558
2564
|
*/
|
|
2559
2565
|
getSearchEnabled(): boolean;
|
|
2566
|
+
/**
|
|
2567
|
+
* @since 1.116.0
|
|
2568
|
+
*
|
|
2569
|
+
* Gets current value of property {@link #getShowAllFilters showAllFilters}.
|
|
2570
|
+
*
|
|
2571
|
+
* If set to `true`, when the `FilterBar` is expanded it will show all filters, not only the first 7.
|
|
2572
|
+
*
|
|
2573
|
+
* **Note:** This is valid only when the `FilterBar` is used inside a `ValueHelpDialog`
|
|
2574
|
+
*
|
|
2575
|
+
* Default value is `false`.
|
|
2576
|
+
*
|
|
2577
|
+
* @returns Value of property `showAllFilters`
|
|
2578
|
+
*/
|
|
2579
|
+
getShowAllFilters(): boolean;
|
|
2560
2580
|
/**
|
|
2561
2581
|
* @deprecated (since 1.84)
|
|
2562
2582
|
*
|
|
@@ -3032,9 +3052,12 @@ declare namespace sap {
|
|
|
3032
3052
|
* automatically. **Note:** When `SmartFilterBar` is used inside a `ValueHelpDialog`, it is initially collapsed.
|
|
3033
3053
|
* The filter bar is initially expanded in the following cases:
|
|
3034
3054
|
*
|
|
3035
|
-
* - When there is no basic search field.
|
|
3036
|
-
*
|
|
3037
|
-
*
|
|
3055
|
+
* - When there is no basic search field.
|
|
3056
|
+
*
|
|
3057
|
+
* - When `preventInitialDataFetchInValueHelpDialog` is set to `true` or the `fetchValues` property of the
|
|
3058
|
+
* `valueList` annotation is set to `2`.
|
|
3059
|
+
*
|
|
3060
|
+
* - When there are mandatory fields, all fields are expanded (not only the first 7).
|
|
3038
3061
|
*
|
|
3039
3062
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
3040
3063
|
*
|
|
@@ -3123,6 +3146,27 @@ declare namespace sap {
|
|
|
3123
3146
|
*/
|
|
3124
3147
|
bSearchEnabled?: boolean
|
|
3125
3148
|
): this;
|
|
3149
|
+
/**
|
|
3150
|
+
* @since 1.116.0
|
|
3151
|
+
*
|
|
3152
|
+
* Sets a new value for property {@link #getShowAllFilters showAllFilters}.
|
|
3153
|
+
*
|
|
3154
|
+
* If set to `true`, when the `FilterBar` is expanded it will show all filters, not only the first 7.
|
|
3155
|
+
*
|
|
3156
|
+
* **Note:** This is valid only when the `FilterBar` is used inside a `ValueHelpDialog`
|
|
3157
|
+
*
|
|
3158
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
3159
|
+
*
|
|
3160
|
+
* Default value is `false`.
|
|
3161
|
+
*
|
|
3162
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
3163
|
+
*/
|
|
3164
|
+
setShowAllFilters(
|
|
3165
|
+
/**
|
|
3166
|
+
* New value for property `showAllFilters`
|
|
3167
|
+
*/
|
|
3168
|
+
bShowAllFilters?: boolean
|
|
3169
|
+
): this;
|
|
3126
3170
|
/**
|
|
3127
3171
|
* @deprecated (since 1.84)
|
|
3128
3172
|
*
|
|
@@ -3837,148 +3881,40 @@ declare namespace sap {
|
|
|
3837
3881
|
): void;
|
|
3838
3882
|
}
|
|
3839
3883
|
|
|
3840
|
-
/**
|
|
3841
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'FilterBar$AfterVariantLoadEventParameters'
|
|
3842
|
-
* in 1.115.1 and any later releases.
|
|
3843
|
-
*/
|
|
3844
|
-
type $FilterBarAfterVariantLoadEventParameters = sap.ui.comp.filterbar.FilterBar$AfterVariantLoadEventParameters;
|
|
3845
|
-
|
|
3846
3884
|
type FilterBar$AfterVariantLoadEvent = sap.ui.base.Event<FilterBar$AfterVariantLoadEventParameters>;
|
|
3847
3885
|
|
|
3848
|
-
/**
|
|
3849
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'FilterBar$AfterVariantSaveEventParameters'
|
|
3850
|
-
* in 1.115.1 and any later releases.
|
|
3851
|
-
*/
|
|
3852
|
-
type $FilterBarAfterVariantSaveEventParameters = sap.ui.comp.filterbar.FilterBar$AfterVariantSaveEventParameters;
|
|
3853
|
-
|
|
3854
3886
|
type FilterBar$AfterVariantSaveEvent = sap.ui.base.Event<FilterBar$AfterVariantSaveEventParameters>;
|
|
3855
3887
|
|
|
3856
|
-
/**
|
|
3857
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'FilterBar$AssignedFiltersChangedEventParameters'
|
|
3858
|
-
* in 1.115.1 and any later releases.
|
|
3859
|
-
*/
|
|
3860
|
-
type $FilterBarAssignedFiltersChangedEventParameters = sap.ui.comp.filterbar.FilterBar$AssignedFiltersChangedEventParameters;
|
|
3861
|
-
|
|
3862
3888
|
type FilterBar$AssignedFiltersChangedEvent = sap.ui.base.Event<FilterBar$AssignedFiltersChangedEventParameters>;
|
|
3863
3889
|
|
|
3864
|
-
/**
|
|
3865
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'FilterBar$BeforeVariantFetchEventParameters'
|
|
3866
|
-
* in 1.115.1 and any later releases.
|
|
3867
|
-
*/
|
|
3868
|
-
type $FilterBarBeforeVariantFetchEventParameters = sap.ui.comp.filterbar.FilterBar$BeforeVariantFetchEventParameters;
|
|
3869
|
-
|
|
3870
3890
|
type FilterBar$BeforeVariantFetchEvent = sap.ui.base.Event<FilterBar$BeforeVariantFetchEventParameters>;
|
|
3871
3891
|
|
|
3872
|
-
/**
|
|
3873
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'FilterBar$BeforeVariantSaveEventParameters'
|
|
3874
|
-
* in 1.115.1 and any later releases.
|
|
3875
|
-
*/
|
|
3876
|
-
type $FilterBarBeforeVariantSaveEventParameters = sap.ui.comp.filterbar.FilterBar$BeforeVariantSaveEventParameters;
|
|
3877
|
-
|
|
3878
3892
|
type FilterBar$BeforeVariantSaveEvent = sap.ui.base.Event<FilterBar$BeforeVariantSaveEventParameters>;
|
|
3879
3893
|
|
|
3880
|
-
/**
|
|
3881
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'FilterBar$CancelEventParameters'
|
|
3882
|
-
* in 1.115.1 and any later releases.
|
|
3883
|
-
*/
|
|
3884
|
-
type $FilterBarCancelEventParameters = sap.ui.comp.filterbar.FilterBar$CancelEventParameters;
|
|
3885
|
-
|
|
3886
3894
|
type FilterBar$CancelEvent = sap.ui.base.Event<FilterBar$CancelEventParameters>;
|
|
3887
3895
|
|
|
3888
|
-
/**
|
|
3889
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'FilterBar$ClearEventParameters'
|
|
3890
|
-
* in 1.115.1 and any later releases.
|
|
3891
|
-
*/
|
|
3892
|
-
type $FilterBarClearEventParameters = sap.ui.comp.filterbar.FilterBar$ClearEventParameters;
|
|
3893
|
-
|
|
3894
3896
|
type FilterBar$ClearEvent = sap.ui.base.Event<FilterBar$ClearEventParameters>;
|
|
3895
3897
|
|
|
3896
|
-
/**
|
|
3897
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'FilterBar$FilterChangeEventParameters'
|
|
3898
|
-
* in 1.115.1 and any later releases.
|
|
3899
|
-
*/
|
|
3900
|
-
type $FilterBarFilterChangeEventParameters = sap.ui.comp.filterbar.FilterBar$FilterChangeEventParameters;
|
|
3901
|
-
|
|
3902
3898
|
type FilterBar$FilterChangeEvent = sap.ui.base.Event<FilterBar$FilterChangeEventParameters>;
|
|
3903
3899
|
|
|
3904
|
-
/**
|
|
3905
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'FilterBar$FiltersDialogBeforeOpenEventParameters'
|
|
3906
|
-
* in 1.115.1 and any later releases.
|
|
3907
|
-
*/
|
|
3908
|
-
type $FilterBarFiltersDialogBeforeOpenEventParameters = sap.ui.comp.filterbar.FilterBar$FiltersDialogBeforeOpenEventParameters;
|
|
3909
|
-
|
|
3910
3900
|
type FilterBar$FiltersDialogBeforeOpenEvent = sap.ui.base.Event<FilterBar$FiltersDialogBeforeOpenEventParameters>;
|
|
3911
3901
|
|
|
3912
|
-
/**
|
|
3913
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'FilterBar$FiltersDialogCancelEventParameters'
|
|
3914
|
-
* in 1.115.1 and any later releases.
|
|
3915
|
-
*/
|
|
3916
|
-
type $FilterBarFiltersDialogCancelEventParameters = sap.ui.comp.filterbar.FilterBar$FiltersDialogCancelEventParameters;
|
|
3917
|
-
|
|
3918
3902
|
type FilterBar$FiltersDialogCancelEvent = sap.ui.base.Event<FilterBar$FiltersDialogCancelEventParameters>;
|
|
3919
3903
|
|
|
3920
|
-
/**
|
|
3921
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'FilterBar$FiltersDialogClosedEventParameters'
|
|
3922
|
-
* in 1.115.1 and any later releases.
|
|
3923
|
-
*/
|
|
3924
|
-
type $FilterBarFiltersDialogClosedEventParameters = sap.ui.comp.filterbar.FilterBar$FiltersDialogClosedEventParameters;
|
|
3925
|
-
|
|
3926
3904
|
type FilterBar$FiltersDialogClosedEvent = sap.ui.base.Event<FilterBar$FiltersDialogClosedEventParameters>;
|
|
3927
3905
|
|
|
3928
|
-
/**
|
|
3929
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'FilterBar$FiltersDialogSearchEventParameters'
|
|
3930
|
-
* in 1.115.1 and any later releases.
|
|
3931
|
-
*/
|
|
3932
|
-
type $FilterBarFiltersDialogSearchEventParameters = sap.ui.comp.filterbar.FilterBar$FiltersDialogSearchEventParameters;
|
|
3933
|
-
|
|
3934
3906
|
type FilterBar$FiltersDialogSearchEvent = sap.ui.base.Event<FilterBar$FiltersDialogSearchEventParameters>;
|
|
3935
3907
|
|
|
3936
|
-
/**
|
|
3937
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'FilterBar$FiltersDialogSearchForFiltersEventParameters'
|
|
3938
|
-
* in 1.115.1 and any later releases.
|
|
3939
|
-
*/
|
|
3940
|
-
type $FilterBarFiltersDialogSearchForFiltersEventParameters = sap.ui.comp.filterbar.FilterBar$FiltersDialogSearchForFiltersEventParameters;
|
|
3941
|
-
|
|
3942
3908
|
type FilterBar$FiltersDialogSearchForFiltersEvent = sap.ui.base.Event<FilterBar$FiltersDialogSearchForFiltersEventParameters>;
|
|
3943
3909
|
|
|
3944
|
-
/**
|
|
3945
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'FilterBar$InitialiseEventParameters'
|
|
3946
|
-
* in 1.115.1 and any later releases.
|
|
3947
|
-
*/
|
|
3948
|
-
type $FilterBarInitialiseEventParameters = sap.ui.comp.filterbar.FilterBar$InitialiseEventParameters;
|
|
3949
|
-
|
|
3950
3910
|
type FilterBar$InitialiseEvent = sap.ui.base.Event<FilterBar$InitialiseEventParameters>;
|
|
3951
3911
|
|
|
3952
|
-
/**
|
|
3953
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'FilterBar$InitializedEventParameters'
|
|
3954
|
-
* in 1.115.1 and any later releases.
|
|
3955
|
-
*/
|
|
3956
|
-
type $FilterBarInitializedEventParameters = sap.ui.comp.filterbar.FilterBar$InitializedEventParameters;
|
|
3957
|
-
|
|
3958
3912
|
type FilterBar$InitializedEvent = sap.ui.base.Event<FilterBar$InitializedEventParameters>;
|
|
3959
3913
|
|
|
3960
|
-
/**
|
|
3961
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'FilterBar$ResetEventParameters'
|
|
3962
|
-
* in 1.115.1 and any later releases.
|
|
3963
|
-
*/
|
|
3964
|
-
type $FilterBarResetEventParameters = sap.ui.comp.filterbar.FilterBar$ResetEventParameters;
|
|
3965
|
-
|
|
3966
3914
|
type FilterBar$ResetEvent = sap.ui.base.Event<FilterBar$ResetEventParameters>;
|
|
3967
3915
|
|
|
3968
|
-
/**
|
|
3969
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'FilterBar$SearchEventParameters'
|
|
3970
|
-
* in 1.115.1 and any later releases.
|
|
3971
|
-
*/
|
|
3972
|
-
type $FilterBarSearchEventParameters = sap.ui.comp.filterbar.FilterBar$SearchEventParameters;
|
|
3973
|
-
|
|
3974
3916
|
type FilterBar$SearchEvent = sap.ui.base.Event<FilterBar$SearchEventParameters>;
|
|
3975
3917
|
|
|
3976
|
-
/**
|
|
3977
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'FilterItem$ChangeEventParameters'
|
|
3978
|
-
* in 1.115.1 and any later releases.
|
|
3979
|
-
*/
|
|
3980
|
-
type $FilterItemChangeEventParameters = sap.ui.comp.filterbar.FilterItem$ChangeEventParameters;
|
|
3981
|
-
|
|
3982
3918
|
type FilterItem$ChangeEvent = sap.ui.base.Event<FilterItem$ChangeEventParameters>;
|
|
3983
3919
|
}
|
|
3984
3920
|
|
|
@@ -4182,9 +4118,7 @@ declare namespace sap {
|
|
|
4182
4118
|
*
|
|
4183
4119
|
* This event is fired when a link is chosen.
|
|
4184
4120
|
*/
|
|
4185
|
-
navigate?: (
|
|
4186
|
-
oEvent: sap.ui.base.Event<sap.ui.comp.navpopover.NavigationPopover$NavigateEventParameters>
|
|
4187
|
-
) => void;
|
|
4121
|
+
navigate?: (oEvent: NavigationPopover$NavigateEvent) => void;
|
|
4188
4122
|
|
|
4189
4123
|
/**
|
|
4190
4124
|
* @since 1.44.0
|
|
@@ -4312,7 +4246,7 @@ declare namespace sap {
|
|
|
4312
4246
|
* the `beforePopoverOpens` is fired after the link has been clicked.
|
|
4313
4247
|
*/
|
|
4314
4248
|
beforePopoverOpens?: (
|
|
4315
|
-
oEvent:
|
|
4249
|
+
oEvent: NavigationPopoverHandler$BeforePopoverOpensEvent
|
|
4316
4250
|
) => void;
|
|
4317
4251
|
|
|
4318
4252
|
/**
|
|
@@ -4322,7 +4256,7 @@ declare namespace sap {
|
|
|
4322
4256
|
* to change the targets.
|
|
4323
4257
|
*/
|
|
4324
4258
|
navigationTargetsObtained?: (
|
|
4325
|
-
oEvent:
|
|
4259
|
+
oEvent: NavigationPopoverHandler$NavigationTargetsObtainedEvent
|
|
4326
4260
|
) => void;
|
|
4327
4261
|
|
|
4328
4262
|
/**
|
|
@@ -4333,7 +4267,7 @@ declare namespace sap {
|
|
|
4333
4267
|
* etc. in the context menu does not fire the event.
|
|
4334
4268
|
*/
|
|
4335
4269
|
innerNavigate?: (
|
|
4336
|
-
oEvent:
|
|
4270
|
+
oEvent: NavigationPopoverHandler$InnerNavigateEvent
|
|
4337
4271
|
) => void;
|
|
4338
4272
|
}
|
|
4339
4273
|
|
|
@@ -4469,7 +4403,7 @@ declare namespace sap {
|
|
|
4469
4403
|
* you to change the targets.
|
|
4470
4404
|
*/
|
|
4471
4405
|
navigationTargetsObtained?: (
|
|
4472
|
-
oEvent:
|
|
4406
|
+
oEvent: SemanticObjectController$NavigationTargetsObtainedEvent
|
|
4473
4407
|
) => void;
|
|
4474
4408
|
|
|
4475
4409
|
/**
|
|
@@ -4480,7 +4414,7 @@ declare namespace sap {
|
|
|
4480
4414
|
* `beforePopoverOpens` is fired after the link has been clicked.
|
|
4481
4415
|
*/
|
|
4482
4416
|
beforePopoverOpens?: (
|
|
4483
|
-
oEvent:
|
|
4417
|
+
oEvent: SemanticObjectController$BeforePopoverOpensEvent
|
|
4484
4418
|
) => void;
|
|
4485
4419
|
|
|
4486
4420
|
/**
|
|
@@ -4490,9 +4424,7 @@ declare namespace sap {
|
|
|
4490
4424
|
* only fired, if the user left-clicks the link. Right-clicking the link and selecting 'Open in New Window'
|
|
4491
4425
|
* etc. in the context menu does not fire the event.
|
|
4492
4426
|
*/
|
|
4493
|
-
navigate?: (
|
|
4494
|
-
oEvent: sap.ui.base.Event<sap.ui.comp.navpopover.SemanticObjectController$NavigateEventParameters>
|
|
4495
|
-
) => void;
|
|
4427
|
+
navigate?: (oEvent: SemanticObjectController$NavigateEvent) => void;
|
|
4496
4428
|
|
|
4497
4429
|
/**
|
|
4498
4430
|
* @since 1.28.0
|
|
@@ -4503,7 +4435,7 @@ declare namespace sap {
|
|
|
4503
4435
|
* navigation targets have been retrieved.
|
|
4504
4436
|
*/
|
|
4505
4437
|
prefetchDone?: (
|
|
4506
|
-
oEvent:
|
|
4438
|
+
oEvent: SemanticObjectController$PrefetchDoneEvent
|
|
4507
4439
|
) => void;
|
|
4508
4440
|
}
|
|
4509
4441
|
|
|
@@ -4670,7 +4602,7 @@ declare namespace sap {
|
|
|
4670
4602
|
* control, the `beforePopoverOpens` is fired after the link has been clicked.
|
|
4671
4603
|
*/
|
|
4672
4604
|
beforePopoverOpens?: (
|
|
4673
|
-
oEvent:
|
|
4605
|
+
oEvent: SmartLink$BeforePopoverOpensEvent
|
|
4674
4606
|
) => void;
|
|
4675
4607
|
|
|
4676
4608
|
/**
|
|
@@ -4680,7 +4612,7 @@ declare namespace sap {
|
|
|
4680
4612
|
* to change the targets.
|
|
4681
4613
|
*/
|
|
4682
4614
|
navigationTargetsObtained?: (
|
|
4683
|
-
oEvent:
|
|
4615
|
+
oEvent: SmartLink$NavigationTargetsObtainedEvent
|
|
4684
4616
|
) => void;
|
|
4685
4617
|
|
|
4686
4618
|
/**
|
|
@@ -4690,9 +4622,7 @@ declare namespace sap {
|
|
|
4690
4622
|
* only fired, if the user left-clicks the link. Right-clicking the link and selecting 'Open in New Window'
|
|
4691
4623
|
* etc. in the context menu does not fire the event.
|
|
4692
4624
|
*/
|
|
4693
|
-
innerNavigate?: (
|
|
4694
|
-
oEvent: sap.ui.base.Event<sap.ui.comp.navpopover.SmartLink$InnerNavigateEventParameters>
|
|
4695
|
-
) => void;
|
|
4625
|
+
innerNavigate?: (oEvent: SmartLink$InnerNavigateEvent) => void;
|
|
4696
4626
|
}
|
|
4697
4627
|
|
|
4698
4628
|
interface NavigationPopover$AvailableActionsPersonalizationPressEventParameters {}
|
|
@@ -8555,108 +8485,31 @@ declare namespace sap {
|
|
|
8555
8485
|
*/
|
|
8556
8486
|
removeLink = "removeLink",
|
|
8557
8487
|
}
|
|
8558
|
-
/**
|
|
8559
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'NavigationPopover$AvailableActionsPersonalizationPressEventParameters'
|
|
8560
|
-
* in 1.115.1 and any later releases.
|
|
8561
|
-
*/
|
|
8562
|
-
type $NavigationPopoverAvailableActionsPersonalizationPressEventParameters = sap.ui.comp.navpopover.NavigationPopover$AvailableActionsPersonalizationPressEventParameters;
|
|
8563
8488
|
|
|
8564
8489
|
type NavigationPopover$AvailableActionsPersonalizationPressEvent = sap.ui.base.Event<NavigationPopover$AvailableActionsPersonalizationPressEventParameters>;
|
|
8565
8490
|
|
|
8566
|
-
/**
|
|
8567
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'NavigationPopover$NavigateEventParameters'
|
|
8568
|
-
* in 1.115.1 and any later releases.
|
|
8569
|
-
*/
|
|
8570
|
-
type $NavigationPopoverNavigateEventParameters = sap.ui.comp.navpopover.NavigationPopover$NavigateEventParameters;
|
|
8571
|
-
|
|
8572
8491
|
type NavigationPopover$NavigateEvent = sap.ui.base.Event<NavigationPopover$NavigateEventParameters>;
|
|
8573
8492
|
|
|
8574
|
-
/**
|
|
8575
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'NavigationPopover$TargetsObtainedEventParameters'
|
|
8576
|
-
* in 1.115.1 and any later releases.
|
|
8577
|
-
*/
|
|
8578
|
-
type $NavigationPopoverTargetsObtainedEventParameters = sap.ui.comp.navpopover.NavigationPopover$TargetsObtainedEventParameters;
|
|
8579
|
-
|
|
8580
8493
|
type NavigationPopover$TargetsObtainedEvent = sap.ui.base.Event<NavigationPopover$TargetsObtainedEventParameters>;
|
|
8581
8494
|
|
|
8582
|
-
/**
|
|
8583
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'NavigationPopoverHandler$BeforePopoverOpensEventParameters'
|
|
8584
|
-
* in 1.115.1 and any later releases.
|
|
8585
|
-
*/
|
|
8586
|
-
type $NavigationPopoverHandlerBeforePopoverOpensEventParameters = sap.ui.comp.navpopover.NavigationPopoverHandler$BeforePopoverOpensEventParameters;
|
|
8587
|
-
|
|
8588
8495
|
type NavigationPopoverHandler$BeforePopoverOpensEvent = sap.ui.base.Event<NavigationPopoverHandler$BeforePopoverOpensEventParameters>;
|
|
8589
8496
|
|
|
8590
|
-
/**
|
|
8591
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'NavigationPopoverHandler$InnerNavigateEventParameters'
|
|
8592
|
-
* in 1.115.1 and any later releases.
|
|
8593
|
-
*/
|
|
8594
|
-
type $NavigationPopoverHandlerInnerNavigateEventParameters = sap.ui.comp.navpopover.NavigationPopoverHandler$InnerNavigateEventParameters;
|
|
8595
|
-
|
|
8596
8497
|
type NavigationPopoverHandler$InnerNavigateEvent = sap.ui.base.Event<NavigationPopoverHandler$InnerNavigateEventParameters>;
|
|
8597
8498
|
|
|
8598
|
-
/**
|
|
8599
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'NavigationPopoverHandler$NavigationTargetsObtainedEventParameters'
|
|
8600
|
-
* in 1.115.1 and any later releases.
|
|
8601
|
-
*/
|
|
8602
|
-
type $NavigationPopoverHandlerNavigationTargetsObtainedEventParameters = sap.ui.comp.navpopover.NavigationPopoverHandler$NavigationTargetsObtainedEventParameters;
|
|
8603
|
-
|
|
8604
8499
|
type NavigationPopoverHandler$NavigationTargetsObtainedEvent = sap.ui.base.Event<NavigationPopoverHandler$NavigationTargetsObtainedEventParameters>;
|
|
8605
8500
|
|
|
8606
|
-
/**
|
|
8607
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SemanticObjectController$BeforePopoverOpensEventParameters'
|
|
8608
|
-
* in 1.115.1 and any later releases.
|
|
8609
|
-
*/
|
|
8610
|
-
type $SemanticObjectControllerBeforePopoverOpensEventParameters = sap.ui.comp.navpopover.SemanticObjectController$BeforePopoverOpensEventParameters;
|
|
8611
|
-
|
|
8612
8501
|
type SemanticObjectController$BeforePopoverOpensEvent = sap.ui.base.Event<SemanticObjectController$BeforePopoverOpensEventParameters>;
|
|
8613
8502
|
|
|
8614
|
-
/**
|
|
8615
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SemanticObjectController$NavigateEventParameters'
|
|
8616
|
-
* in 1.115.1 and any later releases.
|
|
8617
|
-
*/
|
|
8618
|
-
type $SemanticObjectControllerNavigateEventParameters = sap.ui.comp.navpopover.SemanticObjectController$NavigateEventParameters;
|
|
8619
|
-
|
|
8620
8503
|
type SemanticObjectController$NavigateEvent = sap.ui.base.Event<SemanticObjectController$NavigateEventParameters>;
|
|
8621
8504
|
|
|
8622
|
-
/**
|
|
8623
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SemanticObjectController$NavigationTargetsObtainedEventParameters'
|
|
8624
|
-
* in 1.115.1 and any later releases.
|
|
8625
|
-
*/
|
|
8626
|
-
type $SemanticObjectControllerNavigationTargetsObtainedEventParameters = sap.ui.comp.navpopover.SemanticObjectController$NavigationTargetsObtainedEventParameters;
|
|
8627
|
-
|
|
8628
8505
|
type SemanticObjectController$NavigationTargetsObtainedEvent = sap.ui.base.Event<SemanticObjectController$NavigationTargetsObtainedEventParameters>;
|
|
8629
8506
|
|
|
8630
|
-
/**
|
|
8631
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SemanticObjectController$PrefetchDoneEventParameters'
|
|
8632
|
-
* in 1.115.1 and any later releases.
|
|
8633
|
-
*/
|
|
8634
|
-
type $SemanticObjectControllerPrefetchDoneEventParameters = sap.ui.comp.navpopover.SemanticObjectController$PrefetchDoneEventParameters;
|
|
8635
|
-
|
|
8636
8507
|
type SemanticObjectController$PrefetchDoneEvent = sap.ui.base.Event<SemanticObjectController$PrefetchDoneEventParameters>;
|
|
8637
8508
|
|
|
8638
|
-
/**
|
|
8639
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SmartLink$BeforePopoverOpensEventParameters'
|
|
8640
|
-
* in 1.115.1 and any later releases.
|
|
8641
|
-
*/
|
|
8642
|
-
type $SmartLinkBeforePopoverOpensEventParameters = sap.ui.comp.navpopover.SmartLink$BeforePopoverOpensEventParameters;
|
|
8643
|
-
|
|
8644
8509
|
type SmartLink$BeforePopoverOpensEvent = sap.ui.base.Event<SmartLink$BeforePopoverOpensEventParameters>;
|
|
8645
8510
|
|
|
8646
|
-
/**
|
|
8647
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SmartLink$InnerNavigateEventParameters'
|
|
8648
|
-
* in 1.115.1 and any later releases.
|
|
8649
|
-
*/
|
|
8650
|
-
type $SmartLinkInnerNavigateEventParameters = sap.ui.comp.navpopover.SmartLink$InnerNavigateEventParameters;
|
|
8651
|
-
|
|
8652
8511
|
type SmartLink$InnerNavigateEvent = sap.ui.base.Event<SmartLink$InnerNavigateEventParameters>;
|
|
8653
8512
|
|
|
8654
|
-
/**
|
|
8655
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SmartLink$NavigationTargetsObtainedEventParameters'
|
|
8656
|
-
* in 1.115.1 and any later releases.
|
|
8657
|
-
*/
|
|
8658
|
-
type $SmartLinkNavigationTargetsObtainedEventParameters = sap.ui.comp.navpopover.SmartLink$NavigationTargetsObtainedEventParameters;
|
|
8659
|
-
|
|
8660
8513
|
type SmartLink$NavigationTargetsObtainedEvent = sap.ui.base.Event<SmartLink$NavigationTargetsObtainedEventParameters>;
|
|
8661
8514
|
}
|
|
8662
8515
|
|
|
@@ -8669,6 +8522,19 @@ declare namespace sap {
|
|
|
8669
8522
|
textArrangement?:
|
|
8670
8523
|
| string
|
|
8671
8524
|
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
8525
|
+
|
|
8526
|
+
/**
|
|
8527
|
+
* This event is fired when the selected key has changed only when: The key is valid. The control is visible
|
|
8528
|
+
* There is a change when the control gets visible.
|
|
8529
|
+
*/
|
|
8530
|
+
selectedKeyChange?: (oEvent: ComboBox$SelectedKeyChangeEvent) => void;
|
|
8531
|
+
}
|
|
8532
|
+
|
|
8533
|
+
interface ComboBox$SelectedKeyChangeEventParameters {
|
|
8534
|
+
/**
|
|
8535
|
+
* The selected key.
|
|
8536
|
+
*/
|
|
8537
|
+
selectedKey?: string;
|
|
8672
8538
|
}
|
|
8673
8539
|
|
|
8674
8540
|
/**
|
|
@@ -8748,6 +8614,92 @@ declare namespace sap {
|
|
|
8748
8614
|
* @returns Metadata object describing this class
|
|
8749
8615
|
*/
|
|
8750
8616
|
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
8617
|
+
/**
|
|
8618
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
8619
|
+
*
|
|
8620
|
+
* Attaches event handler `fnFunction` to the {@link #event:selectedKeyChange selectedKeyChange} event of
|
|
8621
|
+
* this `sap.ui.comp.odata.ComboBox`.
|
|
8622
|
+
*
|
|
8623
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
8624
|
+
* otherwise it will be bound to this `sap.ui.comp.odata.ComboBox` itself.
|
|
8625
|
+
*
|
|
8626
|
+
* This event is fired when the selected key has changed only when: The key is valid. The control is visible
|
|
8627
|
+
* There is a change when the control gets visible.
|
|
8628
|
+
*
|
|
8629
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
8630
|
+
*/
|
|
8631
|
+
attachSelectedKeyChange(
|
|
8632
|
+
/**
|
|
8633
|
+
* An application-specific payload object that will be passed to the event handler along with the event
|
|
8634
|
+
* object when firing the event
|
|
8635
|
+
*/
|
|
8636
|
+
oData: object,
|
|
8637
|
+
/**
|
|
8638
|
+
* The function to be called when the event occurs
|
|
8639
|
+
*/
|
|
8640
|
+
fnFunction: (p1: ComboBox$SelectedKeyChangeEvent) => void,
|
|
8641
|
+
/**
|
|
8642
|
+
* Context object to call the event handler with. Defaults to this `sap.ui.comp.odata.ComboBox` itself
|
|
8643
|
+
*/
|
|
8644
|
+
oListener?: object
|
|
8645
|
+
): this;
|
|
8646
|
+
/**
|
|
8647
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
8648
|
+
*
|
|
8649
|
+
* Attaches event handler `fnFunction` to the {@link #event:selectedKeyChange selectedKeyChange} event of
|
|
8650
|
+
* this `sap.ui.comp.odata.ComboBox`.
|
|
8651
|
+
*
|
|
8652
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
8653
|
+
* otherwise it will be bound to this `sap.ui.comp.odata.ComboBox` itself.
|
|
8654
|
+
*
|
|
8655
|
+
* This event is fired when the selected key has changed only when: The key is valid. The control is visible
|
|
8656
|
+
* There is a change when the control gets visible.
|
|
8657
|
+
*
|
|
8658
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
8659
|
+
*/
|
|
8660
|
+
attachSelectedKeyChange(
|
|
8661
|
+
/**
|
|
8662
|
+
* The function to be called when the event occurs
|
|
8663
|
+
*/
|
|
8664
|
+
fnFunction: (p1: ComboBox$SelectedKeyChangeEvent) => void,
|
|
8665
|
+
/**
|
|
8666
|
+
* Context object to call the event handler with. Defaults to this `sap.ui.comp.odata.ComboBox` itself
|
|
8667
|
+
*/
|
|
8668
|
+
oListener?: object
|
|
8669
|
+
): this;
|
|
8670
|
+
/**
|
|
8671
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
8672
|
+
*
|
|
8673
|
+
* Detaches event handler `fnFunction` from the {@link #event:selectedKeyChange selectedKeyChange} event
|
|
8674
|
+
* of this `sap.ui.comp.odata.ComboBox`.
|
|
8675
|
+
*
|
|
8676
|
+
* The passed function and listener object must match the ones used for event registration.
|
|
8677
|
+
*
|
|
8678
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
8679
|
+
*/
|
|
8680
|
+
detachSelectedKeyChange(
|
|
8681
|
+
/**
|
|
8682
|
+
* The function to be called, when the event occurs
|
|
8683
|
+
*/
|
|
8684
|
+
fnFunction: (p1: ComboBox$SelectedKeyChangeEvent) => void,
|
|
8685
|
+
/**
|
|
8686
|
+
* Context object on which the given function had to be called
|
|
8687
|
+
*/
|
|
8688
|
+
oListener?: object
|
|
8689
|
+
): this;
|
|
8690
|
+
/**
|
|
8691
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
8692
|
+
*
|
|
8693
|
+
* Fires event {@link #event:selectedKeyChange selectedKeyChange} to attached listeners.
|
|
8694
|
+
*
|
|
8695
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
8696
|
+
*/
|
|
8697
|
+
fireSelectedKeyChange(
|
|
8698
|
+
/**
|
|
8699
|
+
* Parameters to pass along with the event
|
|
8700
|
+
*/
|
|
8701
|
+
mParameters?: sap.ui.comp.odata.ComboBox$SelectedKeyChangeEventParameters
|
|
8702
|
+
): this;
|
|
8751
8703
|
/**
|
|
8752
8704
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
8753
8705
|
*
|
|
@@ -8782,6 +8734,8 @@ declare namespace sap {
|
|
|
8782
8734
|
sTextArrangement?: string
|
|
8783
8735
|
): this;
|
|
8784
8736
|
}
|
|
8737
|
+
|
|
8738
|
+
type ComboBox$SelectedKeyChangeEvent = sap.ui.base.Event<ComboBox$SelectedKeyChangeEventParameters>;
|
|
8785
8739
|
}
|
|
8786
8740
|
|
|
8787
8741
|
namespace personalization {
|
|
@@ -9302,7 +9256,7 @@ declare namespace sap {
|
|
|
9302
9256
|
* is not fired.
|
|
9303
9257
|
*/
|
|
9304
9258
|
beforeRebindChart?: (
|
|
9305
|
-
oEvent:
|
|
9259
|
+
oEvent: SmartChart$BeforeRebindChartEvent
|
|
9306
9260
|
) => void;
|
|
9307
9261
|
|
|
9308
9262
|
/**
|
|
@@ -9322,15 +9276,13 @@ declare namespace sap {
|
|
|
9322
9276
|
* This event is fired after a variant has been saved. This event can be used to retrieve the ID of the
|
|
9323
9277
|
* saved variant.
|
|
9324
9278
|
*/
|
|
9325
|
-
afterVariantSave?: (
|
|
9326
|
-
oEvent: sap.ui.base.Event<sap.ui.comp.smartchart.SmartChart$AfterVariantSaveEventParameters>
|
|
9327
|
-
) => void;
|
|
9279
|
+
afterVariantSave?: (oEvent: SmartChart$AfterVariantSaveEvent) => void;
|
|
9328
9280
|
|
|
9329
9281
|
/**
|
|
9330
9282
|
* This event is fired after a variant has been applied.
|
|
9331
9283
|
*/
|
|
9332
9284
|
afterVariantApply?: (
|
|
9333
|
-
oEvent:
|
|
9285
|
+
oEvent: SmartChart$AfterVariantApplyEvent
|
|
9334
9286
|
) => void;
|
|
9335
9287
|
|
|
9336
9288
|
/**
|
|
@@ -9344,7 +9296,7 @@ declare namespace sap {
|
|
|
9344
9296
|
* This event is fired right after the full screen mode of the SmartChart control has been changed.
|
|
9345
9297
|
*/
|
|
9346
9298
|
fullScreenToggled?: (
|
|
9347
|
-
oEvent:
|
|
9299
|
+
oEvent: SmartChart$FullScreenToggledEvent
|
|
9348
9300
|
) => void;
|
|
9349
9301
|
|
|
9350
9302
|
/**
|
|
@@ -9354,7 +9306,7 @@ declare namespace sap {
|
|
|
9354
9306
|
* This event is fired when any action in the selection details popover is pressed.
|
|
9355
9307
|
*/
|
|
9356
9308
|
selectionDetailsActionPress?: (
|
|
9357
|
-
oEvent:
|
|
9309
|
+
oEvent: SmartChart$SelectionDetailsActionPressEvent
|
|
9358
9310
|
) => void;
|
|
9359
9311
|
|
|
9360
9312
|
/**
|
|
@@ -9362,9 +9314,7 @@ declare namespace sap {
|
|
|
9362
9314
|
* or drill operations.
|
|
9363
9315
|
* The data can be changed via sorters, filters or drill-ups/drill-downs.
|
|
9364
9316
|
*/
|
|
9365
|
-
chartDataChanged?: (
|
|
9366
|
-
oEvent: sap.ui.base.Event<sap.ui.comp.smartchart.SmartChart$ChartDataChangedEventParameters>
|
|
9367
|
-
) => void;
|
|
9317
|
+
chartDataChanged?: (oEvent: SmartChart$ChartDataChangedEvent) => void;
|
|
9368
9318
|
|
|
9369
9319
|
/**
|
|
9370
9320
|
* @since 1.96.15
|
|
@@ -11755,100 +11705,29 @@ declare namespace sap {
|
|
|
11755
11705
|
*/
|
|
11756
11706
|
Single = "SINGLE",
|
|
11757
11707
|
}
|
|
11758
|
-
/**
|
|
11759
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SmartChart$AfterVariantApplyEventParameters'
|
|
11760
|
-
* in 1.115.1 and any later releases.
|
|
11761
|
-
*/
|
|
11762
|
-
type $SmartChartAfterVariantApplyEventParameters = sap.ui.comp.smartchart.SmartChart$AfterVariantApplyEventParameters;
|
|
11763
11708
|
|
|
11764
11709
|
type SmartChart$AfterVariantApplyEvent = sap.ui.base.Event<SmartChart$AfterVariantApplyEventParameters>;
|
|
11765
11710
|
|
|
11766
|
-
/**
|
|
11767
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SmartChart$AfterVariantInitialiseEventParameters'
|
|
11768
|
-
* in 1.115.1 and any later releases.
|
|
11769
|
-
*/
|
|
11770
|
-
type $SmartChartAfterVariantInitialiseEventParameters = sap.ui.comp.smartchart.SmartChart$AfterVariantInitialiseEventParameters;
|
|
11771
|
-
|
|
11772
11711
|
type SmartChart$AfterVariantInitialiseEvent = sap.ui.base.Event<SmartChart$AfterVariantInitialiseEventParameters>;
|
|
11773
11712
|
|
|
11774
|
-
/**
|
|
11775
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SmartChart$AfterVariantSaveEventParameters'
|
|
11776
|
-
* in 1.115.1 and any later releases.
|
|
11777
|
-
*/
|
|
11778
|
-
type $SmartChartAfterVariantSaveEventParameters = sap.ui.comp.smartchart.SmartChart$AfterVariantSaveEventParameters;
|
|
11779
|
-
|
|
11780
11713
|
type SmartChart$AfterVariantSaveEvent = sap.ui.base.Event<SmartChart$AfterVariantSaveEventParameters>;
|
|
11781
11714
|
|
|
11782
|
-
/**
|
|
11783
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SmartChart$BeforeRebindChartEventParameters'
|
|
11784
|
-
* in 1.115.1 and any later releases.
|
|
11785
|
-
*/
|
|
11786
|
-
type $SmartChartBeforeRebindChartEventParameters = sap.ui.comp.smartchart.SmartChart$BeforeRebindChartEventParameters;
|
|
11787
|
-
|
|
11788
11715
|
type SmartChart$BeforeRebindChartEvent = sap.ui.base.Event<SmartChart$BeforeRebindChartEventParameters>;
|
|
11789
11716
|
|
|
11790
|
-
/**
|
|
11791
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SmartChart$ChartDataChangedEventParameters'
|
|
11792
|
-
* in 1.115.1 and any later releases.
|
|
11793
|
-
*/
|
|
11794
|
-
type $SmartChartChartDataChangedEventParameters = sap.ui.comp.smartchart.SmartChart$ChartDataChangedEventParameters;
|
|
11795
|
-
|
|
11796
11717
|
type SmartChart$ChartDataChangedEvent = sap.ui.base.Event<SmartChart$ChartDataChangedEventParameters>;
|
|
11797
11718
|
|
|
11798
|
-
/**
|
|
11799
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SmartChart$DataReceivedEventParameters'
|
|
11800
|
-
* in 1.115.1 and any later releases.
|
|
11801
|
-
*/
|
|
11802
|
-
type $SmartChartDataReceivedEventParameters = sap.ui.comp.smartchart.SmartChart$DataReceivedEventParameters;
|
|
11803
|
-
|
|
11804
11719
|
type SmartChart$DataReceivedEvent = sap.ui.base.Event<SmartChart$DataReceivedEventParameters>;
|
|
11805
11720
|
|
|
11806
|
-
/**
|
|
11807
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SmartChart$FullScreenToggledEventParameters'
|
|
11808
|
-
* in 1.115.1 and any later releases.
|
|
11809
|
-
*/
|
|
11810
|
-
type $SmartChartFullScreenToggledEventParameters = sap.ui.comp.smartchart.SmartChart$FullScreenToggledEventParameters;
|
|
11811
|
-
|
|
11812
11721
|
type SmartChart$FullScreenToggledEvent = sap.ui.base.Event<SmartChart$FullScreenToggledEventParameters>;
|
|
11813
11722
|
|
|
11814
|
-
/**
|
|
11815
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SmartChart$InitialiseEventParameters'
|
|
11816
|
-
* in 1.115.1 and any later releases.
|
|
11817
|
-
*/
|
|
11818
|
-
type $SmartChartInitialiseEventParameters = sap.ui.comp.smartchart.SmartChart$InitialiseEventParameters;
|
|
11819
|
-
|
|
11820
11723
|
type SmartChart$InitialiseEvent = sap.ui.base.Event<SmartChart$InitialiseEventParameters>;
|
|
11821
11724
|
|
|
11822
|
-
/**
|
|
11823
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SmartChart$InitializedEventParameters'
|
|
11824
|
-
* in 1.115.1 and any later releases.
|
|
11825
|
-
*/
|
|
11826
|
-
type $SmartChartInitializedEventParameters = sap.ui.comp.smartchart.SmartChart$InitializedEventParameters;
|
|
11827
|
-
|
|
11828
11725
|
type SmartChart$InitializedEvent = sap.ui.base.Event<SmartChart$InitializedEventParameters>;
|
|
11829
11726
|
|
|
11830
|
-
/**
|
|
11831
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SmartChart$SelectionDetailsActionPressEventParameters'
|
|
11832
|
-
* in 1.115.1 and any later releases.
|
|
11833
|
-
*/
|
|
11834
|
-
type $SmartChartSelectionDetailsActionPressEventParameters = sap.ui.comp.smartchart.SmartChart$SelectionDetailsActionPressEventParameters;
|
|
11835
|
-
|
|
11836
11727
|
type SmartChart$SelectionDetailsActionPressEvent = sap.ui.base.Event<SmartChart$SelectionDetailsActionPressEventParameters>;
|
|
11837
11728
|
|
|
11838
|
-
/**
|
|
11839
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SmartChart$ShowOverlayEventParameters'
|
|
11840
|
-
* in 1.115.1 and any later releases.
|
|
11841
|
-
*/
|
|
11842
|
-
type $SmartChartShowOverlayEventParameters = sap.ui.comp.smartchart.SmartChart$ShowOverlayEventParameters;
|
|
11843
|
-
|
|
11844
11729
|
type SmartChart$ShowOverlayEvent = sap.ui.base.Event<SmartChart$ShowOverlayEventParameters>;
|
|
11845
11730
|
|
|
11846
|
-
/**
|
|
11847
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SmartChart$UiStateChangeEventParameters'
|
|
11848
|
-
* in 1.115.1 and any later releases.
|
|
11849
|
-
*/
|
|
11850
|
-
type $SmartChartUiStateChangeEventParameters = sap.ui.comp.smartchart.SmartChart$UiStateChangeEventParameters;
|
|
11851
|
-
|
|
11852
11731
|
type SmartChart$UiStateChangeEvent = sap.ui.base.Event<SmartChart$UiStateChangeEventParameters>;
|
|
11853
11732
|
}
|
|
11854
11733
|
|
|
@@ -12534,9 +12413,7 @@ declare namespace sap {
|
|
|
12534
12413
|
* The OData entity set is either derived from the control's binding context or from control's entity set
|
|
12535
12414
|
* property, if a value for it is specified. In both cases this event is fired.
|
|
12536
12415
|
*/
|
|
12537
|
-
entitySetFound?: (
|
|
12538
|
-
oEvent: sap.ui.base.Event<sap.ui.comp.smartfield.SmartField$EntitySetFoundEventParameters>
|
|
12539
|
-
) => void;
|
|
12416
|
+
entitySetFound?: (oEvent: SmartField$EntitySetFoundEvent) => void;
|
|
12540
12417
|
|
|
12541
12418
|
/**
|
|
12542
12419
|
* The event is fired after the text in the field has been changed and the focus leaves the field, or after
|
|
@@ -12545,9 +12422,7 @@ declare namespace sap {
|
|
|
12545
12422
|
* **Note:** This event is fired even if the value of the text input field is subject to data type constraints
|
|
12546
12423
|
* and the constraints are violated. Also, the invalid value is not stored in the binding/model.
|
|
12547
12424
|
*/
|
|
12548
|
-
change?: (
|
|
12549
|
-
oEvent: sap.ui.base.Event<sap.ui.comp.smartfield.SmartField$ChangeEventParameters>
|
|
12550
|
-
) => void;
|
|
12425
|
+
change?: (oEvent: SmartField$ChangeEvent) => void;
|
|
12551
12426
|
|
|
12552
12427
|
/**
|
|
12553
12428
|
* Fired after the text in the field has been changed by user interaction in combination with one of the
|
|
@@ -12562,9 +12437,7 @@ declare namespace sap {
|
|
|
12562
12437
|
* If the value of the text input field is subject to data type constraints, the constraints must be fulfilled,
|
|
12563
12438
|
* which implies the value is stored in the binding/model before the event is fired.
|
|
12564
12439
|
*/
|
|
12565
|
-
changeModelValue?: (
|
|
12566
|
-
oEvent: sap.ui.base.Event<sap.ui.comp.smartfield.SmartField$ChangeModelValueEventParameters>
|
|
12567
|
-
) => void;
|
|
12440
|
+
changeModelValue?: (oEvent: SmartField$ChangeModelValueEvent) => void;
|
|
12568
12441
|
|
|
12569
12442
|
/**
|
|
12570
12443
|
* The event is fired after the smart field has calculated its metadata.
|
|
@@ -12574,18 +12447,14 @@ declare namespace sap {
|
|
|
12574
12447
|
/**
|
|
12575
12448
|
* The event is fired after the visibility of the control has changed.
|
|
12576
12449
|
*/
|
|
12577
|
-
visibleChanged?: (
|
|
12578
|
-
oEvent: sap.ui.base.Event<sap.ui.comp.smartfield.SmartField$VisibleChangedEventParameters>
|
|
12579
|
-
) => void;
|
|
12450
|
+
visibleChanged?: (oEvent: SmartField$VisibleChangedEvent) => void;
|
|
12580
12451
|
|
|
12581
12452
|
/**
|
|
12582
12453
|
* @since 1.30.0
|
|
12583
12454
|
*
|
|
12584
12455
|
* Fired when the control is rendered if the value of `editable` property of the control has changed.
|
|
12585
12456
|
*/
|
|
12586
|
-
editableChanged?: (
|
|
12587
|
-
oEvent: sap.ui.base.Event<sap.ui.comp.smartfield.SmartField$EditableChangedEventParameters>
|
|
12588
|
-
) => void;
|
|
12457
|
+
editableChanged?: (oEvent: SmartField$EditableChangedEvent) => void;
|
|
12589
12458
|
|
|
12590
12459
|
/**
|
|
12591
12460
|
* @since 1.32.0
|
|
@@ -12593,7 +12462,7 @@ declare namespace sap {
|
|
|
12593
12462
|
* Fired when the control is rendered if the value of `contextEditable` property of the control has changed.
|
|
12594
12463
|
*/
|
|
12595
12464
|
contextEditableChanged?: (
|
|
12596
|
-
oEvent:
|
|
12465
|
+
oEvent: SmartField$ContextEditableChangedEvent
|
|
12597
12466
|
) => void;
|
|
12598
12467
|
|
|
12599
12468
|
/**
|
|
@@ -12607,15 +12476,14 @@ declare namespace sap {
|
|
|
12607
12476
|
* The event is fired when after selection of values with value help or auto-suggest, the model is updated
|
|
12608
12477
|
* with the selected data.
|
|
12609
12478
|
*/
|
|
12610
|
-
valueListChanged?: (
|
|
12611
|
-
oEvent: sap.ui.base.Event<sap.ui.comp.smartfield.SmartField$ValueListChangedEventParameters>
|
|
12612
|
-
) => void;
|
|
12479
|
+
valueListChanged?: (oEvent: SmartField$ValueListChangedEvent) => void;
|
|
12613
12480
|
|
|
12614
12481
|
/**
|
|
12615
12482
|
* @since 1.36.0
|
|
12483
|
+
* @deprecated (since 1.116.0)
|
|
12616
12484
|
*
|
|
12617
12485
|
* Fires when the user triggers the link control or taps/clicks on an active title of the object identifier
|
|
12618
|
-
* control.
|
|
12486
|
+
* control. When handler attached, the rendered control is `sap.m.Link`
|
|
12619
12487
|
*/
|
|
12620
12488
|
press?: (oEvent: sap.ui.base.Event) => void;
|
|
12621
12489
|
}
|
|
@@ -13813,6 +13681,7 @@ declare namespace sap {
|
|
|
13813
13681
|
): this;
|
|
13814
13682
|
/**
|
|
13815
13683
|
* @since 1.36.0
|
|
13684
|
+
* @deprecated (since 1.116.0)
|
|
13816
13685
|
*
|
|
13817
13686
|
* Attaches event handler `fnFunction` to the {@link #event:press press} event of this `sap.ui.comp.smartfield.SmartField`.
|
|
13818
13687
|
*
|
|
@@ -13820,7 +13689,7 @@ declare namespace sap {
|
|
|
13820
13689
|
* otherwise it will be bound to this `sap.ui.comp.smartfield.SmartField` itself.
|
|
13821
13690
|
*
|
|
13822
13691
|
* Fires when the user triggers the link control or taps/clicks on an active title of the object identifier
|
|
13823
|
-
* control.
|
|
13692
|
+
* control. When handler attached, the rendered control is `sap.m.Link`
|
|
13824
13693
|
*
|
|
13825
13694
|
* @returns Reference to `this` in order to allow method chaining
|
|
13826
13695
|
*/
|
|
@@ -13841,6 +13710,7 @@ declare namespace sap {
|
|
|
13841
13710
|
): this;
|
|
13842
13711
|
/**
|
|
13843
13712
|
* @since 1.36.0
|
|
13713
|
+
* @deprecated (since 1.116.0)
|
|
13844
13714
|
*
|
|
13845
13715
|
* Attaches event handler `fnFunction` to the {@link #event:press press} event of this `sap.ui.comp.smartfield.SmartField`.
|
|
13846
13716
|
*
|
|
@@ -13848,7 +13718,7 @@ declare namespace sap {
|
|
|
13848
13718
|
* otherwise it will be bound to this `sap.ui.comp.smartfield.SmartField` itself.
|
|
13849
13719
|
*
|
|
13850
13720
|
* Fires when the user triggers the link control or taps/clicks on an active title of the object identifier
|
|
13851
|
-
* control.
|
|
13721
|
+
* control. When handler attached, the rendered control is `sap.m.Link`
|
|
13852
13722
|
*
|
|
13853
13723
|
* @returns Reference to `this` in order to allow method chaining
|
|
13854
13724
|
*/
|
|
@@ -14225,6 +14095,7 @@ declare namespace sap {
|
|
|
14225
14095
|
): this;
|
|
14226
14096
|
/**
|
|
14227
14097
|
* @since 1.36.0
|
|
14098
|
+
* @deprecated (since 1.116.0)
|
|
14228
14099
|
*
|
|
14229
14100
|
* Detaches event handler `fnFunction` from the {@link #event:press press} event of this `sap.ui.comp.smartfield.SmartField`.
|
|
14230
14101
|
*
|
|
@@ -14375,6 +14246,7 @@ declare namespace sap {
|
|
|
14375
14246
|
): this;
|
|
14376
14247
|
/**
|
|
14377
14248
|
* @since 1.36.0
|
|
14249
|
+
* @deprecated (since 1.116.0)
|
|
14378
14250
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
14379
14251
|
*
|
|
14380
14252
|
* Fires event {@link #event:press press} to attached listeners.
|
|
@@ -16272,84 +16144,24 @@ declare namespace sap {
|
|
|
16272
16144
|
instance: sap.ui.comp.smartfield.SmartField;
|
|
16273
16145
|
};
|
|
16274
16146
|
|
|
16275
|
-
/**
|
|
16276
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SmartField$ChangeEventParameters'
|
|
16277
|
-
* in 1.115.1 and any later releases.
|
|
16278
|
-
*/
|
|
16279
|
-
type $SmartFieldChangeEventParameters = sap.ui.comp.smartfield.SmartField$ChangeEventParameters;
|
|
16280
|
-
|
|
16281
16147
|
type SmartField$ChangeEvent = sap.ui.base.Event<SmartField$ChangeEventParameters>;
|
|
16282
16148
|
|
|
16283
|
-
/**
|
|
16284
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SmartField$ChangeModelValueEventParameters'
|
|
16285
|
-
* in 1.115.1 and any later releases.
|
|
16286
|
-
*/
|
|
16287
|
-
type $SmartFieldChangeModelValueEventParameters = sap.ui.comp.smartfield.SmartField$ChangeModelValueEventParameters;
|
|
16288
|
-
|
|
16289
16149
|
type SmartField$ChangeModelValueEvent = sap.ui.base.Event<SmartField$ChangeModelValueEventParameters>;
|
|
16290
16150
|
|
|
16291
|
-
/**
|
|
16292
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SmartField$ContextEditableChangedEventParameters'
|
|
16293
|
-
* in 1.115.1 and any later releases.
|
|
16294
|
-
*/
|
|
16295
|
-
type $SmartFieldContextEditableChangedEventParameters = sap.ui.comp.smartfield.SmartField$ContextEditableChangedEventParameters;
|
|
16296
|
-
|
|
16297
16151
|
type SmartField$ContextEditableChangedEvent = sap.ui.base.Event<SmartField$ContextEditableChangedEventParameters>;
|
|
16298
16152
|
|
|
16299
|
-
/**
|
|
16300
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SmartField$EditableChangedEventParameters'
|
|
16301
|
-
* in 1.115.1 and any later releases.
|
|
16302
|
-
*/
|
|
16303
|
-
type $SmartFieldEditableChangedEventParameters = sap.ui.comp.smartfield.SmartField$EditableChangedEventParameters;
|
|
16304
|
-
|
|
16305
16153
|
type SmartField$EditableChangedEvent = sap.ui.base.Event<SmartField$EditableChangedEventParameters>;
|
|
16306
16154
|
|
|
16307
|
-
/**
|
|
16308
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SmartField$EntitySetFoundEventParameters'
|
|
16309
|
-
* in 1.115.1 and any later releases.
|
|
16310
|
-
*/
|
|
16311
|
-
type $SmartFieldEntitySetFoundEventParameters = sap.ui.comp.smartfield.SmartField$EntitySetFoundEventParameters;
|
|
16312
|
-
|
|
16313
16155
|
type SmartField$EntitySetFoundEvent = sap.ui.base.Event<SmartField$EntitySetFoundEventParameters>;
|
|
16314
16156
|
|
|
16315
|
-
/**
|
|
16316
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SmartField$InitialiseEventParameters'
|
|
16317
|
-
* in 1.115.1 and any later releases.
|
|
16318
|
-
*/
|
|
16319
|
-
type $SmartFieldInitialiseEventParameters = sap.ui.comp.smartfield.SmartField$InitialiseEventParameters;
|
|
16320
|
-
|
|
16321
16157
|
type SmartField$InitialiseEvent = sap.ui.base.Event<SmartField$InitialiseEventParameters>;
|
|
16322
16158
|
|
|
16323
|
-
/**
|
|
16324
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SmartField$InnerControlsCreatedEventParameters'
|
|
16325
|
-
* in 1.115.1 and any later releases.
|
|
16326
|
-
*/
|
|
16327
|
-
type $SmartFieldInnerControlsCreatedEventParameters = sap.ui.comp.smartfield.SmartField$InnerControlsCreatedEventParameters;
|
|
16328
|
-
|
|
16329
16159
|
type SmartField$InnerControlsCreatedEvent = sap.ui.base.Event<SmartField$InnerControlsCreatedEventParameters>;
|
|
16330
16160
|
|
|
16331
|
-
/**
|
|
16332
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SmartField$PressEventParameters'
|
|
16333
|
-
* in 1.115.1 and any later releases.
|
|
16334
|
-
*/
|
|
16335
|
-
type $SmartFieldPressEventParameters = sap.ui.comp.smartfield.SmartField$PressEventParameters;
|
|
16336
|
-
|
|
16337
16161
|
type SmartField$PressEvent = sap.ui.base.Event<SmartField$PressEventParameters>;
|
|
16338
16162
|
|
|
16339
|
-
/**
|
|
16340
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SmartField$ValueListChangedEventParameters'
|
|
16341
|
-
* in 1.115.1 and any later releases.
|
|
16342
|
-
*/
|
|
16343
|
-
type $SmartFieldValueListChangedEventParameters = sap.ui.comp.smartfield.SmartField$ValueListChangedEventParameters;
|
|
16344
|
-
|
|
16345
16163
|
type SmartField$ValueListChangedEvent = sap.ui.base.Event<SmartField$ValueListChangedEventParameters>;
|
|
16346
16164
|
|
|
16347
|
-
/**
|
|
16348
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SmartField$VisibleChangedEventParameters'
|
|
16349
|
-
* in 1.115.1 and any later releases.
|
|
16350
|
-
*/
|
|
16351
|
-
type $SmartFieldVisibleChangedEventParameters = sap.ui.comp.smartfield.SmartField$VisibleChangedEventParameters;
|
|
16352
|
-
|
|
16353
16165
|
type SmartField$VisibleChangedEvent = sap.ui.base.Event<SmartField$VisibleChangedEventParameters>;
|
|
16354
16166
|
}
|
|
16355
16167
|
|
|
@@ -16584,9 +16396,7 @@ declare namespace sap {
|
|
|
16584
16396
|
/**
|
|
16585
16397
|
* Fired when the value of a property, for example isVisible, has changed.
|
|
16586
16398
|
*/
|
|
16587
|
-
change?: (
|
|
16588
|
-
oEvent: sap.ui.base.Event<sap.ui.comp.smartfilterbar.ControlConfiguration$ChangeEventParameters>
|
|
16589
|
-
) => void;
|
|
16399
|
+
change?: (oEvent: ControlConfiguration$ChangeEvent) => void;
|
|
16590
16400
|
}
|
|
16591
16401
|
|
|
16592
16402
|
interface $GroupConfigurationSettings
|
|
@@ -16617,9 +16427,7 @@ declare namespace sap {
|
|
|
16617
16427
|
/**
|
|
16618
16428
|
* Fired when the value of a property, for example label, has changed
|
|
16619
16429
|
*/
|
|
16620
|
-
change?: (
|
|
16621
|
-
oEvent: sap.ui.base.Event<sap.ui.comp.smartfilterbar.GroupConfiguration$ChangeEventParameters>
|
|
16622
|
-
) => void;
|
|
16430
|
+
change?: (oEvent: GroupConfiguration$ChangeEvent) => void;
|
|
16623
16431
|
}
|
|
16624
16432
|
|
|
16625
16433
|
interface $SelectOptionSettings extends sap.ui.core.$ElementSettings {
|
|
@@ -16856,9 +16664,7 @@ declare namespace sap {
|
|
|
16856
16664
|
*
|
|
16857
16665
|
* This event is fired after the pending state of the `FilterBar` control changes.
|
|
16858
16666
|
*/
|
|
16859
|
-
pendingChange?: (
|
|
16860
|
-
oEvent: sap.ui.base.Event<sap.ui.comp.smartfilterbar.SmartFilterBar$PendingChangeEventParameters>
|
|
16861
|
-
) => void;
|
|
16667
|
+
pendingChange?: (oEvent: SmartFilterBar$PendingChangeEvent) => void;
|
|
16862
16668
|
}
|
|
16863
16669
|
|
|
16864
16670
|
interface $SmartFilterBarFilterGroupItemSettings
|
|
@@ -19547,28 +19353,11 @@ declare namespace sap {
|
|
|
19547
19353
|
*/
|
|
19548
19354
|
include = "I",
|
|
19549
19355
|
}
|
|
19550
|
-
/**
|
|
19551
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ControlConfiguration$ChangeEventParameters'
|
|
19552
|
-
* in 1.115.1 and any later releases.
|
|
19553
|
-
*/
|
|
19554
|
-
type $ControlConfigurationChangeEventParameters = sap.ui.comp.smartfilterbar.ControlConfiguration$ChangeEventParameters;
|
|
19555
19356
|
|
|
19556
19357
|
type ControlConfiguration$ChangeEvent = sap.ui.base.Event<ControlConfiguration$ChangeEventParameters>;
|
|
19557
19358
|
|
|
19558
|
-
/**
|
|
19559
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'GroupConfiguration$ChangeEventParameters'
|
|
19560
|
-
* in 1.115.1 and any later releases.
|
|
19561
|
-
*/
|
|
19562
|
-
type $GroupConfigurationChangeEventParameters = sap.ui.comp.smartfilterbar.GroupConfiguration$ChangeEventParameters;
|
|
19563
|
-
|
|
19564
19359
|
type GroupConfiguration$ChangeEvent = sap.ui.base.Event<GroupConfiguration$ChangeEventParameters>;
|
|
19565
19360
|
|
|
19566
|
-
/**
|
|
19567
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SmartFilterBar$PendingChangeEventParameters'
|
|
19568
|
-
* in 1.115.1 and any later releases.
|
|
19569
|
-
*/
|
|
19570
|
-
type $SmartFilterBarPendingChangeEventParameters = sap.ui.comp.smartfilterbar.SmartFilterBar$PendingChangeEventParameters;
|
|
19571
|
-
|
|
19572
19361
|
type SmartFilterBar$PendingChangeEvent = sap.ui.base.Event<SmartFilterBar$PendingChangeEventParameters>;
|
|
19573
19362
|
}
|
|
19574
19363
|
|
|
@@ -20135,16 +19924,12 @@ declare namespace sap {
|
|
|
20135
19924
|
/**
|
|
20136
19925
|
* This event is fired when the editable property is toggled.
|
|
20137
19926
|
*/
|
|
20138
|
-
editToggled?: (
|
|
20139
|
-
oEvent: sap.ui.base.Event<sap.ui.comp.smartform.SmartForm$EditToggledEventParameters>
|
|
20140
|
-
) => void;
|
|
19927
|
+
editToggled?: (oEvent: SmartForm$EditToggledEvent) => void;
|
|
20141
19928
|
|
|
20142
19929
|
/**
|
|
20143
19930
|
* This event is fired after check was performed.
|
|
20144
19931
|
*/
|
|
20145
|
-
checked?: (
|
|
20146
|
-
oEvent: sap.ui.base.Event<sap.ui.comp.smartform.SmartForm$CheckedEventParameters>
|
|
20147
|
-
) => void;
|
|
19932
|
+
checked?: (oEvent: SmartForm$CheckedEvent) => void;
|
|
20148
19933
|
}
|
|
20149
19934
|
|
|
20150
19935
|
interface GroupElement$VisibleChangedEventParameters {}
|
|
@@ -22969,36 +22754,13 @@ declare namespace sap {
|
|
|
22969
22754
|
*/
|
|
22970
22755
|
Standard = "Standard",
|
|
22971
22756
|
}
|
|
22972
|
-
/**
|
|
22973
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'GroupElement$VisibleChangedEventParameters'
|
|
22974
|
-
* in 1.115.1 and any later releases.
|
|
22975
|
-
*/
|
|
22976
|
-
type $GroupElementVisibleChangedEventParameters = sap.ui.comp.smartform.GroupElement$VisibleChangedEventParameters;
|
|
22977
22757
|
|
|
22978
22758
|
type GroupElement$VisibleChangedEvent = sap.ui.base.Event<GroupElement$VisibleChangedEventParameters>;
|
|
22979
22759
|
|
|
22980
|
-
/**
|
|
22981
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SemanticGroupElement$VisibleChangedEventParameters'
|
|
22982
|
-
* in 1.115.1 and any later releases.
|
|
22983
|
-
*/
|
|
22984
|
-
type $SemanticGroupElementVisibleChangedEventParameters = sap.ui.comp.smartform.SemanticGroupElement$VisibleChangedEventParameters;
|
|
22985
|
-
|
|
22986
22760
|
type SemanticGroupElement$VisibleChangedEvent = sap.ui.base.Event<SemanticGroupElement$VisibleChangedEventParameters>;
|
|
22987
22761
|
|
|
22988
|
-
/**
|
|
22989
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SmartForm$CheckedEventParameters'
|
|
22990
|
-
* in 1.115.1 and any later releases.
|
|
22991
|
-
*/
|
|
22992
|
-
type $SmartFormCheckedEventParameters = sap.ui.comp.smartform.SmartForm$CheckedEventParameters;
|
|
22993
|
-
|
|
22994
22762
|
type SmartForm$CheckedEvent = sap.ui.base.Event<SmartForm$CheckedEventParameters>;
|
|
22995
22763
|
|
|
22996
|
-
/**
|
|
22997
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SmartForm$EditToggledEventParameters'
|
|
22998
|
-
* in 1.115.1 and any later releases.
|
|
22999
|
-
*/
|
|
23000
|
-
type $SmartFormEditToggledEventParameters = sap.ui.comp.smartform.SmartForm$EditToggledEventParameters;
|
|
23001
|
-
|
|
23002
22764
|
type SmartForm$EditToggledEvent = sap.ui.base.Event<SmartForm$EditToggledEventParameters>;
|
|
23003
22765
|
}
|
|
23004
22766
|
|
|
@@ -23872,28 +23634,11 @@ declare namespace sap {
|
|
|
23872
23634
|
*/
|
|
23873
23635
|
Tree = "Tree",
|
|
23874
23636
|
}
|
|
23875
|
-
/**
|
|
23876
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SmartList$BeforeRebindListEventParameters'
|
|
23877
|
-
* in 1.115.1 and any later releases.
|
|
23878
|
-
*/
|
|
23879
|
-
type $SmartListBeforeRebindListEventParameters = sap.ui.comp.smartlist.SmartList$BeforeRebindListEventParameters;
|
|
23880
23637
|
|
|
23881
23638
|
type SmartList$BeforeRebindListEvent = sap.ui.base.Event<SmartList$BeforeRebindListEventParameters>;
|
|
23882
23639
|
|
|
23883
|
-
/**
|
|
23884
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SmartList$DataReceivedEventParameters'
|
|
23885
|
-
* in 1.115.1 and any later releases.
|
|
23886
|
-
*/
|
|
23887
|
-
type $SmartListDataReceivedEventParameters = sap.ui.comp.smartlist.SmartList$DataReceivedEventParameters;
|
|
23888
|
-
|
|
23889
23640
|
type SmartList$DataReceivedEvent = sap.ui.base.Event<SmartList$DataReceivedEventParameters>;
|
|
23890
23641
|
|
|
23891
|
-
/**
|
|
23892
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SmartList$InitialiseEventParameters'
|
|
23893
|
-
* in 1.115.1 and any later releases.
|
|
23894
|
-
*/
|
|
23895
|
-
type $SmartListInitialiseEventParameters = sap.ui.comp.smartlist.SmartList$InitialiseEventParameters;
|
|
23896
|
-
|
|
23897
23642
|
type SmartList$InitialiseEvent = sap.ui.base.Event<SmartList$InitialiseEventParameters>;
|
|
23898
23643
|
}
|
|
23899
23644
|
|
|
@@ -26016,20 +25761,8 @@ declare namespace sap {
|
|
|
26016
25761
|
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
26017
25762
|
}
|
|
26018
25763
|
|
|
26019
|
-
/**
|
|
26020
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SmartMicroChart$InitializeEventParameters'
|
|
26021
|
-
* in 1.115.1 and any later releases.
|
|
26022
|
-
*/
|
|
26023
|
-
type $SmartMicroChartInitializeEventParameters = sap.ui.comp.smartmicrochart.SmartMicroChart$InitializeEventParameters;
|
|
26024
|
-
|
|
26025
25764
|
type SmartMicroChart$InitializeEvent = sap.ui.base.Event<SmartMicroChart$InitializeEventParameters>;
|
|
26026
25765
|
|
|
26027
|
-
/**
|
|
26028
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SmartMicroChartBase$InitializeEventParameters'
|
|
26029
|
-
* in 1.115.1 and any later releases.
|
|
26030
|
-
*/
|
|
26031
|
-
type $SmartMicroChartBaseInitializeEventParameters = sap.ui.comp.smartmicrochart.SmartMicroChartBase$InitializeEventParameters;
|
|
26032
|
-
|
|
26033
25766
|
type SmartMicroChartBase$InitializeEvent = sap.ui.base.Event<SmartMicroChartBase$InitializeEventParameters>;
|
|
26034
25767
|
}
|
|
26035
25768
|
|
|
@@ -26107,9 +25840,7 @@ declare namespace sap {
|
|
|
26107
25840
|
/**
|
|
26108
25841
|
* This event is fired when the selection focus moves from one item in the combo box to another.
|
|
26109
25842
|
*/
|
|
26110
|
-
change?: (
|
|
26111
|
-
oEvent: sap.ui.base.Event<sap.ui.comp.smartmultiedit.Field$ChangeEventParameters>
|
|
26112
|
-
) => void;
|
|
25843
|
+
change?: (oEvent: Field$ChangeEvent) => void;
|
|
26113
25844
|
}
|
|
26114
25845
|
|
|
26115
25846
|
interface Field$ChangeEventParameters {
|
|
@@ -26794,12 +26525,6 @@ declare namespace sap {
|
|
|
26794
26525
|
): this;
|
|
26795
26526
|
}
|
|
26796
26527
|
|
|
26797
|
-
/**
|
|
26798
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Field$ChangeEventParameters'
|
|
26799
|
-
* in 1.115.1 and any later releases.
|
|
26800
|
-
*/
|
|
26801
|
-
type $FieldChangeEventParameters = sap.ui.comp.smartmultiedit.Field$ChangeEventParameters;
|
|
26802
|
-
|
|
26803
26528
|
type Field$ChangeEvent = sap.ui.base.Event<Field$ChangeEventParameters>;
|
|
26804
26529
|
}
|
|
26805
26530
|
|
|
@@ -26861,32 +26586,26 @@ declare namespace sap {
|
|
|
26861
26586
|
* This event is fired before the OData model's `create` method is called. Provides object with parameters
|
|
26862
26587
|
* of the call for editing.
|
|
26863
26588
|
*/
|
|
26864
|
-
beforeCreate?: (
|
|
26865
|
-
oEvent: sap.ui.base.Event<sap.ui.comp.smartmultiinput.SmartMultiInput$BeforeCreateEventParameters>
|
|
26866
|
-
) => void;
|
|
26589
|
+
beforeCreate?: (oEvent: SmartMultiInput$BeforeCreateEvent) => void;
|
|
26867
26590
|
|
|
26868
26591
|
/**
|
|
26869
26592
|
* This event is fired before the OData model's `remove` method is called. Provides object with parameters
|
|
26870
26593
|
* of the call in key:value format for editing.
|
|
26871
26594
|
*/
|
|
26872
|
-
beforeRemove?: (
|
|
26873
|
-
oEvent: sap.ui.base.Event<sap.ui.comp.smartmultiinput.SmartMultiInput$BeforeRemoveEventParameters>
|
|
26874
|
-
) => void;
|
|
26595
|
+
beforeRemove?: (oEvent: SmartMultiInput$BeforeRemoveEvent) => void;
|
|
26875
26596
|
|
|
26876
26597
|
/**
|
|
26877
26598
|
* This event is fired when the tokens aggregation is changed due to a user action (add / remove token).
|
|
26878
26599
|
* This event is fired only for token changes in `SmartMultiInput` elements.
|
|
26879
26600
|
*/
|
|
26880
|
-
tokenUpdate?: (
|
|
26881
|
-
oEvent: sap.ui.base.Event<sap.ui.comp.smartmultiinput.SmartMultiInput$TokenUpdateEventParameters>
|
|
26882
|
-
) => void;
|
|
26601
|
+
tokenUpdate?: (oEvent: SmartMultiInput$TokenUpdateEvent) => void;
|
|
26883
26602
|
|
|
26884
26603
|
/**
|
|
26885
26604
|
* This event is fired when item selection is changed. It is relevant only for selection changes on `SmartMultiInput`
|
|
26886
26605
|
* elements with fixed values, such as {@link sap.m.MultiComboBox}.
|
|
26887
26606
|
*/
|
|
26888
26607
|
selectionChange?: (
|
|
26889
|
-
oEvent:
|
|
26608
|
+
oEvent: SmartMultiInput$SelectionChangeEvent
|
|
26890
26609
|
) => void;
|
|
26891
26610
|
|
|
26892
26611
|
/**
|
|
@@ -26894,7 +26613,7 @@ declare namespace sap {
|
|
|
26894
26613
|
* It is relevant only for selection finishes on `SmartMultiInput` elements with fixed values, such as {@link sap.m.MultiComboBox}.
|
|
26895
26614
|
*/
|
|
26896
26615
|
selectionFinish?: (
|
|
26897
|
-
oEvent:
|
|
26616
|
+
oEvent: SmartMultiInput$SelectionFinishEvent
|
|
26898
26617
|
) => void;
|
|
26899
26618
|
}
|
|
26900
26619
|
|
|
@@ -27663,44 +27382,14 @@ declare namespace sap {
|
|
|
27663
27382
|
): this;
|
|
27664
27383
|
}
|
|
27665
27384
|
|
|
27666
|
-
/**
|
|
27667
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SmartMultiInput$BeforeCreateEventParameters'
|
|
27668
|
-
* in 1.115.1 and any later releases.
|
|
27669
|
-
*/
|
|
27670
|
-
type $SmartMultiInputBeforeCreateEventParameters = sap.ui.comp.smartmultiinput.SmartMultiInput$BeforeCreateEventParameters;
|
|
27671
|
-
|
|
27672
27385
|
type SmartMultiInput$BeforeCreateEvent = sap.ui.base.Event<SmartMultiInput$BeforeCreateEventParameters>;
|
|
27673
27386
|
|
|
27674
|
-
/**
|
|
27675
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SmartMultiInput$BeforeRemoveEventParameters'
|
|
27676
|
-
* in 1.115.1 and any later releases.
|
|
27677
|
-
*/
|
|
27678
|
-
type $SmartMultiInputBeforeRemoveEventParameters = sap.ui.comp.smartmultiinput.SmartMultiInput$BeforeRemoveEventParameters;
|
|
27679
|
-
|
|
27680
27387
|
type SmartMultiInput$BeforeRemoveEvent = sap.ui.base.Event<SmartMultiInput$BeforeRemoveEventParameters>;
|
|
27681
27388
|
|
|
27682
|
-
/**
|
|
27683
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SmartMultiInput$SelectionChangeEventParameters'
|
|
27684
|
-
* in 1.115.1 and any later releases.
|
|
27685
|
-
*/
|
|
27686
|
-
type $SmartMultiInputSelectionChangeEventParameters = sap.ui.comp.smartmultiinput.SmartMultiInput$SelectionChangeEventParameters;
|
|
27687
|
-
|
|
27688
27389
|
type SmartMultiInput$SelectionChangeEvent = sap.ui.base.Event<SmartMultiInput$SelectionChangeEventParameters>;
|
|
27689
27390
|
|
|
27690
|
-
/**
|
|
27691
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SmartMultiInput$SelectionFinishEventParameters'
|
|
27692
|
-
* in 1.115.1 and any later releases.
|
|
27693
|
-
*/
|
|
27694
|
-
type $SmartMultiInputSelectionFinishEventParameters = sap.ui.comp.smartmultiinput.SmartMultiInput$SelectionFinishEventParameters;
|
|
27695
|
-
|
|
27696
27391
|
type SmartMultiInput$SelectionFinishEvent = sap.ui.base.Event<SmartMultiInput$SelectionFinishEventParameters>;
|
|
27697
27392
|
|
|
27698
|
-
/**
|
|
27699
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SmartMultiInput$TokenUpdateEventParameters'
|
|
27700
|
-
* in 1.115.1 and any later releases.
|
|
27701
|
-
*/
|
|
27702
|
-
type $SmartMultiInputTokenUpdateEventParameters = sap.ui.comp.smartmultiinput.SmartMultiInput$TokenUpdateEventParameters;
|
|
27703
|
-
|
|
27704
27393
|
type SmartMultiInput$TokenUpdateEvent = sap.ui.base.Event<SmartMultiInput$TokenUpdateEventParameters>;
|
|
27705
27394
|
}
|
|
27706
27395
|
|
|
@@ -28014,6 +27703,17 @@ declare namespace sap {
|
|
|
28014
27703
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
28015
27704
|
| `{${string}}`;
|
|
28016
27705
|
|
|
27706
|
+
/**
|
|
27707
|
+
* @since 1.116
|
|
27708
|
+
* @experimental - Internal use only
|
|
27709
|
+
*
|
|
27710
|
+
* Defines style of the header. For more information, see {@link sap.m.Title#setTitle}.
|
|
27711
|
+
*/
|
|
27712
|
+
headerStyle?:
|
|
27713
|
+
| sap.ui.core.TitleLevel
|
|
27714
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
27715
|
+
| `{${string}}`;
|
|
27716
|
+
|
|
28017
27717
|
/**
|
|
28018
27718
|
* @since 1.26.0
|
|
28019
27719
|
*
|
|
@@ -28404,7 +28104,7 @@ declare namespace sap {
|
|
|
28404
28104
|
* This event is fired just before the binding is being done.
|
|
28405
28105
|
*/
|
|
28406
28106
|
beforeRebindTable?: (
|
|
28407
|
-
oEvent:
|
|
28107
|
+
oEvent: SmartTable$BeforeRebindTableEvent
|
|
28408
28108
|
) => void;
|
|
28409
28109
|
|
|
28410
28110
|
/**
|
|
@@ -28445,9 +28145,7 @@ declare namespace sap {
|
|
|
28445
28145
|
* This event is fired after a variant has been saved. This event can be used to retrieve the ID of the
|
|
28446
28146
|
* saved variant.
|
|
28447
28147
|
*/
|
|
28448
|
-
afterVariantSave?: (
|
|
28449
|
-
oEvent: sap.ui.base.Event<sap.ui.comp.smarttable.SmartTable$AfterVariantSaveEventParameters>
|
|
28450
|
-
) => void;
|
|
28148
|
+
afterVariantSave?: (oEvent: SmartTable$AfterVariantSaveEvent) => void;
|
|
28451
28149
|
|
|
28452
28150
|
/**
|
|
28453
28151
|
* @since 1.28.0
|
|
@@ -28455,7 +28153,7 @@ declare namespace sap {
|
|
|
28455
28153
|
* This event is fired after a variant has been applied.
|
|
28456
28154
|
*/
|
|
28457
28155
|
afterVariantApply?: (
|
|
28458
|
-
oEvent:
|
|
28156
|
+
oEvent: SmartTable$AfterVariantApplyEvent
|
|
28459
28157
|
) => void;
|
|
28460
28158
|
|
|
28461
28159
|
/**
|
|
@@ -28463,9 +28161,7 @@ declare namespace sap {
|
|
|
28463
28161
|
*
|
|
28464
28162
|
* This event is fired just before the overlay is being shown.
|
|
28465
28163
|
*/
|
|
28466
|
-
showOverlay?: (
|
|
28467
|
-
oEvent: sap.ui.base.Event<sap.ui.comp.smarttable.SmartTable$ShowOverlayEventParameters>
|
|
28468
|
-
) => void;
|
|
28164
|
+
showOverlay?: (oEvent: SmartTable$ShowOverlayEvent) => void;
|
|
28469
28165
|
|
|
28470
28166
|
/**
|
|
28471
28167
|
* @since 1.34.0
|
|
@@ -28480,7 +28176,7 @@ declare namespace sap {
|
|
|
28480
28176
|
* This event is fired right after the full screen mode of the SmartTable control has been changed.
|
|
28481
28177
|
*/
|
|
28482
28178
|
fullScreenToggled?: (
|
|
28483
|
-
oEvent:
|
|
28179
|
+
oEvent: SmartTable$FullScreenToggledEvent
|
|
28484
28180
|
) => void;
|
|
28485
28181
|
|
|
28486
28182
|
/**
|
|
@@ -28488,28 +28184,23 @@ declare namespace sap {
|
|
|
28488
28184
|
*
|
|
28489
28185
|
* This event is fired just before export is triggered.
|
|
28490
28186
|
*/
|
|
28491
|
-
beforeExport?: (
|
|
28492
|
-
oEvent: sap.ui.base.Event<sap.ui.comp.smarttable.SmartTable$BeforeExportEventParameters>
|
|
28493
|
-
) => void;
|
|
28187
|
+
beforeExport?: (oEvent: SmartTable$BeforeExportEvent) => void;
|
|
28494
28188
|
|
|
28495
28189
|
/**
|
|
28190
|
+
* @since 1.64
|
|
28496
28191
|
* @experimental (since 1.64) - This API is experimental and subject to change
|
|
28497
28192
|
*
|
|
28498
28193
|
* This event is fired just before the paste event is triggered and can be used to prevent the default paste
|
|
28499
28194
|
* behavior.
|
|
28500
28195
|
*/
|
|
28501
|
-
beforePaste?: (
|
|
28502
|
-
oEvent: sap.ui.base.Event<sap.ui.comp.smarttable.SmartTable$BeforePasteEventParameters>
|
|
28503
|
-
) => void;
|
|
28196
|
+
beforePaste?: (oEvent: SmartTable$BeforePasteEvent) => void;
|
|
28504
28197
|
|
|
28505
28198
|
/**
|
|
28506
28199
|
* @experimental (since 1.64) - This API is experimental and subject to change
|
|
28507
28200
|
*
|
|
28508
28201
|
* This event is fired when paste is triggered.
|
|
28509
28202
|
*/
|
|
28510
|
-
paste?: (
|
|
28511
|
-
oEvent: sap.ui.base.Event<sap.ui.comp.smarttable.SmartTable$PasteEventParameters>
|
|
28512
|
-
) => void;
|
|
28203
|
+
paste?: (oEvent: SmartTable$PasteEvent) => void;
|
|
28513
28204
|
|
|
28514
28205
|
/**
|
|
28515
28206
|
* @since 1.96.15
|
|
@@ -28912,6 +28603,7 @@ declare namespace sap {
|
|
|
28912
28603
|
oListener?: object
|
|
28913
28604
|
): this;
|
|
28914
28605
|
/**
|
|
28606
|
+
* @since 1.64
|
|
28915
28607
|
* @experimental (since 1.64) - This API is experimental and subject to change
|
|
28916
28608
|
*
|
|
28917
28609
|
* Attaches event handler `fnFunction` to the {@link #event:beforePaste beforePaste} event of this `sap.ui.comp.smarttable.SmartTable`.
|
|
@@ -28940,6 +28632,7 @@ declare namespace sap {
|
|
|
28940
28632
|
oListener?: object
|
|
28941
28633
|
): this;
|
|
28942
28634
|
/**
|
|
28635
|
+
* @since 1.64
|
|
28943
28636
|
* @experimental (since 1.64) - This API is experimental and subject to change
|
|
28944
28637
|
*
|
|
28945
28638
|
* Attaches event handler `fnFunction` to the {@link #event:beforePaste beforePaste} event of this `sap.ui.comp.smarttable.SmartTable`.
|
|
@@ -29610,6 +29303,7 @@ declare namespace sap {
|
|
|
29610
29303
|
oListener?: object
|
|
29611
29304
|
): this;
|
|
29612
29305
|
/**
|
|
29306
|
+
* @since 1.64
|
|
29613
29307
|
* @experimental (since 1.64) - This API is experimental and subject to change
|
|
29614
29308
|
*
|
|
29615
29309
|
* Detaches event handler `fnFunction` from the {@link #event:beforePaste beforePaste} event of this `sap.ui.comp.smarttable.SmartTable`.
|
|
@@ -29893,6 +29587,7 @@ declare namespace sap {
|
|
|
29893
29587
|
mParameters?: sap.ui.comp.smarttable.SmartTable$BeforeExportEventParameters
|
|
29894
29588
|
): this;
|
|
29895
29589
|
/**
|
|
29590
|
+
* @since 1.64
|
|
29896
29591
|
* @experimental (since 1.64) - This API is experimental and subject to change
|
|
29897
29592
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
29898
29593
|
*
|
|
@@ -30402,6 +30097,17 @@ declare namespace sap {
|
|
|
30402
30097
|
* @returns Value of property `headerLevel`
|
|
30403
30098
|
*/
|
|
30404
30099
|
getHeaderLevel(): sap.ui.core.TitleLevel;
|
|
30100
|
+
/**
|
|
30101
|
+
* @since 1.116
|
|
30102
|
+
* @experimental - Internal use only
|
|
30103
|
+
*
|
|
30104
|
+
* Gets current value of property {@link #getHeaderStyle headerStyle}.
|
|
30105
|
+
*
|
|
30106
|
+
* Defines style of the header. For more information, see {@link sap.m.Title#setTitle}.
|
|
30107
|
+
*
|
|
30108
|
+
* @returns Value of property `headerStyle`
|
|
30109
|
+
*/
|
|
30110
|
+
getHeaderStyle(): sap.ui.core.TitleLevel;
|
|
30405
30111
|
/**
|
|
30406
30112
|
* @since 1.26.0
|
|
30407
30113
|
*
|
|
@@ -31258,6 +30964,15 @@ declare namespace sap {
|
|
|
31258
30964
|
*/
|
|
31259
30965
|
sLevel: string
|
|
31260
30966
|
): void;
|
|
30967
|
+
/**
|
|
30968
|
+
* Sets the value for the `headerSty;e` property.
|
|
30969
|
+
*/
|
|
30970
|
+
setHeaderStyle(
|
|
30971
|
+
/**
|
|
30972
|
+
* The style that is set to the header
|
|
30973
|
+
*/
|
|
30974
|
+
sStyle: string
|
|
30975
|
+
): void;
|
|
31261
30976
|
/**
|
|
31262
30977
|
* @since 1.26.0
|
|
31263
30978
|
*
|
|
@@ -31915,124 +31630,35 @@ declare namespace sap {
|
|
|
31915
31630
|
*/
|
|
31916
31631
|
TreeTable = "TreeTable",
|
|
31917
31632
|
}
|
|
31918
|
-
/**
|
|
31919
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SmartTable$AfterVariantApplyEventParameters'
|
|
31920
|
-
* in 1.115.1 and any later releases.
|
|
31921
|
-
*/
|
|
31922
|
-
type $SmartTableAfterVariantApplyEventParameters = sap.ui.comp.smarttable.SmartTable$AfterVariantApplyEventParameters;
|
|
31923
31633
|
|
|
31924
31634
|
type SmartTable$AfterVariantApplyEvent = sap.ui.base.Event<SmartTable$AfterVariantApplyEventParameters>;
|
|
31925
31635
|
|
|
31926
|
-
/**
|
|
31927
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SmartTable$AfterVariantInitialiseEventParameters'
|
|
31928
|
-
* in 1.115.1 and any later releases.
|
|
31929
|
-
*/
|
|
31930
|
-
type $SmartTableAfterVariantInitialiseEventParameters = sap.ui.comp.smarttable.SmartTable$AfterVariantInitialiseEventParameters;
|
|
31931
|
-
|
|
31932
31636
|
type SmartTable$AfterVariantInitialiseEvent = sap.ui.base.Event<SmartTable$AfterVariantInitialiseEventParameters>;
|
|
31933
31637
|
|
|
31934
|
-
/**
|
|
31935
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SmartTable$AfterVariantSaveEventParameters'
|
|
31936
|
-
* in 1.115.1 and any later releases.
|
|
31937
|
-
*/
|
|
31938
|
-
type $SmartTableAfterVariantSaveEventParameters = sap.ui.comp.smarttable.SmartTable$AfterVariantSaveEventParameters;
|
|
31939
|
-
|
|
31940
31638
|
type SmartTable$AfterVariantSaveEvent = sap.ui.base.Event<SmartTable$AfterVariantSaveEventParameters>;
|
|
31941
31639
|
|
|
31942
|
-
/**
|
|
31943
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SmartTable$BeforeExportEventParameters'
|
|
31944
|
-
* in 1.115.1 and any later releases.
|
|
31945
|
-
*/
|
|
31946
|
-
type $SmartTableBeforeExportEventParameters = sap.ui.comp.smarttable.SmartTable$BeforeExportEventParameters;
|
|
31947
|
-
|
|
31948
31640
|
type SmartTable$BeforeExportEvent = sap.ui.base.Event<SmartTable$BeforeExportEventParameters>;
|
|
31949
31641
|
|
|
31950
|
-
/**
|
|
31951
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SmartTable$BeforePasteEventParameters'
|
|
31952
|
-
* in 1.115.1 and any later releases.
|
|
31953
|
-
*/
|
|
31954
|
-
type $SmartTableBeforePasteEventParameters = sap.ui.comp.smarttable.SmartTable$BeforePasteEventParameters;
|
|
31955
|
-
|
|
31956
31642
|
type SmartTable$BeforePasteEvent = sap.ui.base.Event<SmartTable$BeforePasteEventParameters>;
|
|
31957
31643
|
|
|
31958
|
-
/**
|
|
31959
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SmartTable$BeforeRebindTableEventParameters'
|
|
31960
|
-
* in 1.115.1 and any later releases.
|
|
31961
|
-
*/
|
|
31962
|
-
type $SmartTableBeforeRebindTableEventParameters = sap.ui.comp.smarttable.SmartTable$BeforeRebindTableEventParameters;
|
|
31963
|
-
|
|
31964
31644
|
type SmartTable$BeforeRebindTableEvent = sap.ui.base.Event<SmartTable$BeforeRebindTableEventParameters>;
|
|
31965
31645
|
|
|
31966
|
-
/**
|
|
31967
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SmartTable$DataReceivedEventParameters'
|
|
31968
|
-
* in 1.115.1 and any later releases.
|
|
31969
|
-
*/
|
|
31970
|
-
type $SmartTableDataReceivedEventParameters = sap.ui.comp.smarttable.SmartTable$DataReceivedEventParameters;
|
|
31971
|
-
|
|
31972
31646
|
type SmartTable$DataReceivedEvent = sap.ui.base.Event<SmartTable$DataReceivedEventParameters>;
|
|
31973
31647
|
|
|
31974
|
-
/**
|
|
31975
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SmartTable$DataRequestedEventParameters'
|
|
31976
|
-
* in 1.115.1 and any later releases.
|
|
31977
|
-
*/
|
|
31978
|
-
type $SmartTableDataRequestedEventParameters = sap.ui.comp.smarttable.SmartTable$DataRequestedEventParameters;
|
|
31979
|
-
|
|
31980
31648
|
type SmartTable$DataRequestedEvent = sap.ui.base.Event<SmartTable$DataRequestedEventParameters>;
|
|
31981
31649
|
|
|
31982
|
-
/**
|
|
31983
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SmartTable$EditToggledEventParameters'
|
|
31984
|
-
* in 1.115.1 and any later releases.
|
|
31985
|
-
*/
|
|
31986
|
-
type $SmartTableEditToggledEventParameters = sap.ui.comp.smarttable.SmartTable$EditToggledEventParameters;
|
|
31987
|
-
|
|
31988
31650
|
type SmartTable$EditToggledEvent = sap.ui.base.Event<SmartTable$EditToggledEventParameters>;
|
|
31989
31651
|
|
|
31990
|
-
/**
|
|
31991
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SmartTable$FieldChangeEventParameters'
|
|
31992
|
-
* in 1.115.1 and any later releases.
|
|
31993
|
-
*/
|
|
31994
|
-
type $SmartTableFieldChangeEventParameters = sap.ui.comp.smarttable.SmartTable$FieldChangeEventParameters;
|
|
31995
|
-
|
|
31996
31652
|
type SmartTable$FieldChangeEvent = sap.ui.base.Event<SmartTable$FieldChangeEventParameters>;
|
|
31997
31653
|
|
|
31998
|
-
/**
|
|
31999
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SmartTable$FullScreenToggledEventParameters'
|
|
32000
|
-
* in 1.115.1 and any later releases.
|
|
32001
|
-
*/
|
|
32002
|
-
type $SmartTableFullScreenToggledEventParameters = sap.ui.comp.smarttable.SmartTable$FullScreenToggledEventParameters;
|
|
32003
|
-
|
|
32004
31654
|
type SmartTable$FullScreenToggledEvent = sap.ui.base.Event<SmartTable$FullScreenToggledEventParameters>;
|
|
32005
31655
|
|
|
32006
|
-
/**
|
|
32007
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SmartTable$InitialiseEventParameters'
|
|
32008
|
-
* in 1.115.1 and any later releases.
|
|
32009
|
-
*/
|
|
32010
|
-
type $SmartTableInitialiseEventParameters = sap.ui.comp.smarttable.SmartTable$InitialiseEventParameters;
|
|
32011
|
-
|
|
32012
31656
|
type SmartTable$InitialiseEvent = sap.ui.base.Event<SmartTable$InitialiseEventParameters>;
|
|
32013
31657
|
|
|
32014
|
-
/**
|
|
32015
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SmartTable$PasteEventParameters'
|
|
32016
|
-
* in 1.115.1 and any later releases.
|
|
32017
|
-
*/
|
|
32018
|
-
type $SmartTablePasteEventParameters = sap.ui.comp.smarttable.SmartTable$PasteEventParameters;
|
|
32019
|
-
|
|
32020
31658
|
type SmartTable$PasteEvent = sap.ui.base.Event<SmartTable$PasteEventParameters>;
|
|
32021
31659
|
|
|
32022
|
-
/**
|
|
32023
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SmartTable$ShowOverlayEventParameters'
|
|
32024
|
-
* in 1.115.1 and any later releases.
|
|
32025
|
-
*/
|
|
32026
|
-
type $SmartTableShowOverlayEventParameters = sap.ui.comp.smarttable.SmartTable$ShowOverlayEventParameters;
|
|
32027
|
-
|
|
32028
31660
|
type SmartTable$ShowOverlayEvent = sap.ui.base.Event<SmartTable$ShowOverlayEventParameters>;
|
|
32029
31661
|
|
|
32030
|
-
/**
|
|
32031
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SmartTable$UiStateChangeEventParameters'
|
|
32032
|
-
* in 1.115.1 and any later releases.
|
|
32033
|
-
*/
|
|
32034
|
-
type $SmartTableUiStateChangeEventParameters = sap.ui.comp.smarttable.SmartTable$UiStateChangeEventParameters;
|
|
32035
|
-
|
|
32036
31662
|
type SmartTable$UiStateChangeEvent = sap.ui.base.Event<SmartTable$UiStateChangeEventParameters>;
|
|
32037
31663
|
}
|
|
32038
31664
|
|
|
@@ -32096,9 +31722,7 @@ declare namespace sap {
|
|
|
32096
31722
|
/**
|
|
32097
31723
|
* This event is fired after a variant has been saved.
|
|
32098
31724
|
*/
|
|
32099
|
-
save?: (
|
|
32100
|
-
oEvent: sap.ui.base.Event<sap.ui.comp.smartvariants.SmartVariantManagement$SaveEventParameters>
|
|
32101
|
-
) => void;
|
|
31725
|
+
save?: (oEvent: SmartVariantManagement$SaveEvent) => void;
|
|
32102
31726
|
|
|
32103
31727
|
/**
|
|
32104
31728
|
* This event is fired after all changes are successfully stored.
|
|
@@ -32288,23 +31912,17 @@ declare namespace sap {
|
|
|
32288
31912
|
/**
|
|
32289
31913
|
* This event is fired when the Save Variant dialog is closed with OK for a variant.
|
|
32290
31914
|
*/
|
|
32291
|
-
save?: (
|
|
32292
|
-
oEvent: sap.ui.base.Event<sap.ui.comp.smartvariants.SmartVariantManagementBase$SaveEventParameters>
|
|
32293
|
-
) => void;
|
|
31915
|
+
save?: (oEvent: SmartVariantManagementBase$SaveEvent) => void;
|
|
32294
31916
|
|
|
32295
31917
|
/**
|
|
32296
31918
|
* This event is fired when users apply changes to variants in the Manage Variants dialog.
|
|
32297
31919
|
*/
|
|
32298
|
-
manage?: (
|
|
32299
|
-
oEvent: sap.ui.base.Event<sap.ui.comp.smartvariants.SmartVariantManagementBase$ManageEventParameters>
|
|
32300
|
-
) => void;
|
|
31920
|
+
manage?: (oEvent: SmartVariantManagementBase$ManageEvent) => void;
|
|
32301
31921
|
|
|
32302
31922
|
/**
|
|
32303
31923
|
* This event is fired when a new variant is selected.
|
|
32304
31924
|
*/
|
|
32305
|
-
select?: (
|
|
32306
|
-
oEvent: sap.ui.base.Event<sap.ui.comp.smartvariants.SmartVariantManagementBase$SelectEventParameters>
|
|
32307
|
-
) => void;
|
|
31925
|
+
select?: (oEvent: SmartVariantManagementBase$SelectEvent) => void;
|
|
32308
31926
|
}
|
|
32309
31927
|
|
|
32310
31928
|
interface $SmartVariantManagementUi2Settings
|
|
@@ -34412,68 +34030,21 @@ declare namespace sap {
|
|
|
34412
34030
|
*/
|
|
34413
34031
|
removeFavorite = "removeFavorite",
|
|
34414
34032
|
}
|
|
34415
|
-
/**
|
|
34416
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SmartVariantManagement$AfterSaveEventParameters'
|
|
34417
|
-
* in 1.115.1 and any later releases.
|
|
34418
|
-
*/
|
|
34419
|
-
type $SmartVariantManagementAfterSaveEventParameters = sap.ui.comp.smartvariants.SmartVariantManagement$AfterSaveEventParameters;
|
|
34420
34033
|
|
|
34421
34034
|
type SmartVariantManagement$AfterSaveEvent = sap.ui.base.Event<SmartVariantManagement$AfterSaveEventParameters>;
|
|
34422
34035
|
|
|
34423
|
-
/**
|
|
34424
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SmartVariantManagement$InitialiseEventParameters'
|
|
34425
|
-
* in 1.115.1 and any later releases.
|
|
34426
|
-
*/
|
|
34427
|
-
type $SmartVariantManagementInitialiseEventParameters = sap.ui.comp.smartvariants.SmartVariantManagement$InitialiseEventParameters;
|
|
34428
|
-
|
|
34429
34036
|
type SmartVariantManagement$InitialiseEvent = sap.ui.base.Event<SmartVariantManagement$InitialiseEventParameters>;
|
|
34430
34037
|
|
|
34431
|
-
/**
|
|
34432
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SmartVariantManagement$SaveEventParameters'
|
|
34433
|
-
* in 1.115.1 and any later releases.
|
|
34434
|
-
*/
|
|
34435
|
-
type $SmartVariantManagementSaveEventParameters = sap.ui.comp.smartvariants.SmartVariantManagement$SaveEventParameters;
|
|
34436
|
-
|
|
34437
34038
|
type SmartVariantManagement$SaveEvent = sap.ui.base.Event<SmartVariantManagement$SaveEventParameters>;
|
|
34438
34039
|
|
|
34439
|
-
/**
|
|
34440
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SmartVariantManagementBase$ManageEventParameters'
|
|
34441
|
-
* in 1.115.1 and any later releases.
|
|
34442
|
-
*/
|
|
34443
|
-
type $SmartVariantManagementBaseManageEventParameters = sap.ui.comp.smartvariants.SmartVariantManagementBase$ManageEventParameters;
|
|
34444
|
-
|
|
34445
34040
|
type SmartVariantManagementBase$ManageEvent = sap.ui.base.Event<SmartVariantManagementBase$ManageEventParameters>;
|
|
34446
34041
|
|
|
34447
|
-
/**
|
|
34448
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SmartVariantManagementBase$SaveEventParameters'
|
|
34449
|
-
* in 1.115.1 and any later releases.
|
|
34450
|
-
*/
|
|
34451
|
-
type $SmartVariantManagementBaseSaveEventParameters = sap.ui.comp.smartvariants.SmartVariantManagementBase$SaveEventParameters;
|
|
34452
|
-
|
|
34453
34042
|
type SmartVariantManagementBase$SaveEvent = sap.ui.base.Event<SmartVariantManagementBase$SaveEventParameters>;
|
|
34454
34043
|
|
|
34455
|
-
/**
|
|
34456
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SmartVariantManagementBase$SelectEventParameters'
|
|
34457
|
-
* in 1.115.1 and any later releases.
|
|
34458
|
-
*/
|
|
34459
|
-
type $SmartVariantManagementBaseSelectEventParameters = sap.ui.comp.smartvariants.SmartVariantManagementBase$SelectEventParameters;
|
|
34460
|
-
|
|
34461
34044
|
type SmartVariantManagementBase$SelectEvent = sap.ui.base.Event<SmartVariantManagementBase$SelectEventParameters>;
|
|
34462
34045
|
|
|
34463
|
-
/**
|
|
34464
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SmartVariantManagementUi2$AfterSaveEventParameters'
|
|
34465
|
-
* in 1.115.1 and any later releases.
|
|
34466
|
-
*/
|
|
34467
|
-
type $SmartVariantManagementUi2AfterSaveEventParameters = sap.ui.comp.smartvariants.SmartVariantManagementUi2$AfterSaveEventParameters;
|
|
34468
|
-
|
|
34469
34046
|
type SmartVariantManagementUi2$AfterSaveEvent = sap.ui.base.Event<SmartVariantManagementUi2$AfterSaveEventParameters>;
|
|
34470
34047
|
|
|
34471
|
-
/**
|
|
34472
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SmartVariantManagementUi2$InitialiseEventParameters'
|
|
34473
|
-
* in 1.115.1 and any later releases.
|
|
34474
|
-
*/
|
|
34475
|
-
type $SmartVariantManagementUi2InitialiseEventParameters = sap.ui.comp.smartvariants.SmartVariantManagementUi2$InitialiseEventParameters;
|
|
34476
|
-
|
|
34477
34048
|
type SmartVariantManagementUi2$InitialiseEvent = sap.ui.base.Event<SmartVariantManagementUi2$InitialiseEventParameters>;
|
|
34478
34049
|
}
|
|
34479
34050
|
|
|
@@ -35137,7 +34708,8 @@ declare namespace sap {
|
|
|
35137
34708
|
/**
|
|
35138
34709
|
* @deprecated (since 1.84.1)
|
|
35139
34710
|
*
|
|
35140
|
-
* Defines the maximum number of include ranges.
|
|
34711
|
+
* Defines the maximum number of include ranges. If value is 0 - the include group of operators should not
|
|
34712
|
+
* be displayed.
|
|
35141
34713
|
*/
|
|
35142
34714
|
maxIncludeRanges?:
|
|
35143
34715
|
| string
|
|
@@ -35146,7 +34718,8 @@ declare namespace sap {
|
|
|
35146
34718
|
/**
|
|
35147
34719
|
* @deprecated (since 1.84.1)
|
|
35148
34720
|
*
|
|
35149
|
-
* Defines the maximum number of exclude ranges.
|
|
34721
|
+
* Defines the maximum number of exclude ranges. If value is 0 - the exclude group of operators should not
|
|
34722
|
+
* be displayed.
|
|
35150
34723
|
*/
|
|
35151
34724
|
maxExcludeRanges?:
|
|
35152
34725
|
| string
|
|
@@ -35155,7 +34728,7 @@ declare namespace sap {
|
|
|
35155
34728
|
/**
|
|
35156
34729
|
* @since 1.84.1
|
|
35157
34730
|
*
|
|
35158
|
-
* Defines the maximum number of
|
|
34731
|
+
* Defines the maximum number of conditions allowed to be added.
|
|
35159
34732
|
*/
|
|
35160
34733
|
maxConditions?:
|
|
35161
34734
|
| string
|
|
@@ -35226,9 +34799,7 @@ declare namespace sap {
|
|
|
35226
34799
|
*
|
|
35227
34800
|
* This event is fired when the OK button is pressed.
|
|
35228
34801
|
*/
|
|
35229
|
-
ok?: (
|
|
35230
|
-
oEvent: sap.ui.base.Event<sap.ui.comp.valuehelpdialog.ValueHelpDialog$OkEventParameters>
|
|
35231
|
-
) => void;
|
|
34802
|
+
ok?: (oEvent: ValueHelpDialog$OkEvent) => void;
|
|
35232
34803
|
|
|
35233
34804
|
/**
|
|
35234
34805
|
* @since 1.24
|
|
@@ -35245,7 +34816,7 @@ declare namespace sap {
|
|
|
35245
34816
|
* **Note:** The event will only be raised when the dialog gets a table instance from outside via `setTable`.
|
|
35246
34817
|
*/
|
|
35247
34818
|
selectionChange?: (
|
|
35248
|
-
oEvent:
|
|
34819
|
+
oEvent: ValueHelpDialog$SelectionChangeEvent
|
|
35249
34820
|
) => void;
|
|
35250
34821
|
|
|
35251
34822
|
/**
|
|
@@ -35255,9 +34826,7 @@ declare namespace sap {
|
|
|
35255
34826
|
*
|
|
35256
34827
|
* **Note:** The event will only be raised when the dialog gets a table instance from outside via `setTable`.
|
|
35257
34828
|
*/
|
|
35258
|
-
tokenRemove?: (
|
|
35259
|
-
oEvent: sap.ui.base.Event<sap.ui.comp.valuehelpdialog.ValueHelpDialog$TokenRemoveEventParameters>
|
|
35260
|
-
) => void;
|
|
34829
|
+
tokenRemove?: (oEvent: ValueHelpDialog$TokenRemoveEvent) => void;
|
|
35261
34830
|
|
|
35262
34831
|
/**
|
|
35263
34832
|
* @since 1.32
|
|
@@ -35267,7 +34836,7 @@ declare namespace sap {
|
|
|
35267
34836
|
* **Note:** The event will only be raised when the dialog gets a table instance from outside via `setTable`.
|
|
35268
34837
|
*/
|
|
35269
34838
|
updateSelection?: (
|
|
35270
|
-
oEvent:
|
|
34839
|
+
oEvent: ValueHelpDialog$UpdateSelectionEvent
|
|
35271
34840
|
) => void;
|
|
35272
34841
|
}
|
|
35273
34842
|
|
|
@@ -35963,7 +35532,7 @@ declare namespace sap {
|
|
|
35963
35532
|
*
|
|
35964
35533
|
* Gets current value of property {@link #getMaxConditions maxConditions}.
|
|
35965
35534
|
*
|
|
35966
|
-
* Defines the maximum number of
|
|
35535
|
+
* Defines the maximum number of conditions allowed to be added.
|
|
35967
35536
|
*
|
|
35968
35537
|
* Default value is `'-1'`.
|
|
35969
35538
|
*
|
|
@@ -35975,7 +35544,8 @@ declare namespace sap {
|
|
|
35975
35544
|
*
|
|
35976
35545
|
* Gets current value of property {@link #getMaxExcludeRanges maxExcludeRanges}.
|
|
35977
35546
|
*
|
|
35978
|
-
* Defines the maximum number of exclude ranges.
|
|
35547
|
+
* Defines the maximum number of exclude ranges. If value is 0 - the exclude group of operators should not
|
|
35548
|
+
* be displayed.
|
|
35979
35549
|
*
|
|
35980
35550
|
* Default value is `'-1'`.
|
|
35981
35551
|
*
|
|
@@ -35987,7 +35557,8 @@ declare namespace sap {
|
|
|
35987
35557
|
*
|
|
35988
35558
|
* Gets current value of property {@link #getMaxIncludeRanges maxIncludeRanges}.
|
|
35989
35559
|
*
|
|
35990
|
-
* Defines the maximum number of include ranges.
|
|
35560
|
+
* Defines the maximum number of include ranges. If value is 0 - the include group of operators should not
|
|
35561
|
+
* be displayed.
|
|
35991
35562
|
*
|
|
35992
35563
|
* Default value is `'-1'`.
|
|
35993
35564
|
*
|
|
@@ -36273,7 +35844,7 @@ declare namespace sap {
|
|
|
36273
35844
|
*
|
|
36274
35845
|
* Sets a new value for property {@link #getMaxConditions maxConditions}.
|
|
36275
35846
|
*
|
|
36276
|
-
* Defines the maximum number of
|
|
35847
|
+
* Defines the maximum number of conditions allowed to be added.
|
|
36277
35848
|
*
|
|
36278
35849
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
36279
35850
|
*
|
|
@@ -36292,7 +35863,8 @@ declare namespace sap {
|
|
|
36292
35863
|
*
|
|
36293
35864
|
* Sets a new value for property {@link #getMaxExcludeRanges maxExcludeRanges}.
|
|
36294
35865
|
*
|
|
36295
|
-
* Defines the maximum number of exclude ranges.
|
|
35866
|
+
* Defines the maximum number of exclude ranges. If value is 0 - the exclude group of operators should not
|
|
35867
|
+
* be displayed.
|
|
36296
35868
|
*
|
|
36297
35869
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
36298
35870
|
*
|
|
@@ -36311,7 +35883,8 @@ declare namespace sap {
|
|
|
36311
35883
|
*
|
|
36312
35884
|
* Sets a new value for property {@link #getMaxIncludeRanges maxIncludeRanges}.
|
|
36313
35885
|
*
|
|
36314
|
-
* Defines the maximum number of include ranges.
|
|
35886
|
+
* Defines the maximum number of include ranges. If value is 0 - the include group of operators should not
|
|
35887
|
+
* be displayed.
|
|
36315
35888
|
*
|
|
36316
35889
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
36317
35890
|
*
|
|
@@ -36494,44 +36067,15 @@ declare namespace sap {
|
|
|
36494
36067
|
*/
|
|
36495
36068
|
StartsWith = "StartsWith",
|
|
36496
36069
|
}
|
|
36497
|
-
/**
|
|
36498
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ValueHelpDialog$CancelEventParameters'
|
|
36499
|
-
* in 1.115.1 and any later releases.
|
|
36500
|
-
*/
|
|
36501
|
-
type $ValueHelpDialogCancelEventParameters = sap.ui.comp.valuehelpdialog.ValueHelpDialog$CancelEventParameters;
|
|
36502
36070
|
|
|
36503
36071
|
type ValueHelpDialog$CancelEvent = sap.ui.base.Event<ValueHelpDialog$CancelEventParameters>;
|
|
36504
36072
|
|
|
36505
|
-
/**
|
|
36506
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ValueHelpDialog$OkEventParameters'
|
|
36507
|
-
* in 1.115.1 and any later releases.
|
|
36508
|
-
*/
|
|
36509
|
-
type $ValueHelpDialogOkEventParameters = sap.ui.comp.valuehelpdialog.ValueHelpDialog$OkEventParameters;
|
|
36510
|
-
|
|
36511
36073
|
type ValueHelpDialog$OkEvent = sap.ui.base.Event<ValueHelpDialog$OkEventParameters>;
|
|
36512
36074
|
|
|
36513
|
-
/**
|
|
36514
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ValueHelpDialog$SelectionChangeEventParameters'
|
|
36515
|
-
* in 1.115.1 and any later releases.
|
|
36516
|
-
*/
|
|
36517
|
-
type $ValueHelpDialogSelectionChangeEventParameters = sap.ui.comp.valuehelpdialog.ValueHelpDialog$SelectionChangeEventParameters;
|
|
36518
|
-
|
|
36519
36075
|
type ValueHelpDialog$SelectionChangeEvent = sap.ui.base.Event<ValueHelpDialog$SelectionChangeEventParameters>;
|
|
36520
36076
|
|
|
36521
|
-
/**
|
|
36522
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ValueHelpDialog$TokenRemoveEventParameters'
|
|
36523
|
-
* in 1.115.1 and any later releases.
|
|
36524
|
-
*/
|
|
36525
|
-
type $ValueHelpDialogTokenRemoveEventParameters = sap.ui.comp.valuehelpdialog.ValueHelpDialog$TokenRemoveEventParameters;
|
|
36526
|
-
|
|
36527
36077
|
type ValueHelpDialog$TokenRemoveEvent = sap.ui.base.Event<ValueHelpDialog$TokenRemoveEventParameters>;
|
|
36528
36078
|
|
|
36529
|
-
/**
|
|
36530
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ValueHelpDialog$UpdateSelectionEventParameters'
|
|
36531
|
-
* in 1.115.1 and any later releases.
|
|
36532
|
-
*/
|
|
36533
|
-
type $ValueHelpDialogUpdateSelectionEventParameters = sap.ui.comp.valuehelpdialog.ValueHelpDialog$UpdateSelectionEventParameters;
|
|
36534
|
-
|
|
36535
36079
|
type ValueHelpDialog$UpdateSelectionEvent = sap.ui.base.Event<ValueHelpDialog$UpdateSelectionEventParameters>;
|
|
36536
36080
|
}
|
|
36537
36081
|
|
|
@@ -36707,9 +36251,7 @@ declare namespace sap {
|
|
|
36707
36251
|
/**
|
|
36708
36252
|
* This event is fired when one of the properties is changed.
|
|
36709
36253
|
*/
|
|
36710
|
-
change?: (
|
|
36711
|
-
oEvent: sap.ui.base.Event<sap.ui.comp.variants.VariantItem$ChangeEventParameters>
|
|
36712
|
-
) => void;
|
|
36254
|
+
change?: (oEvent: VariantItem$ChangeEvent) => void;
|
|
36713
36255
|
}
|
|
36714
36256
|
|
|
36715
36257
|
interface $VariantManagementSettings
|
|
@@ -36882,27 +36424,21 @@ declare namespace sap {
|
|
|
36882
36424
|
*
|
|
36883
36425
|
* This event is fired when the Save Variant dialog is closed with OK for a variant.
|
|
36884
36426
|
*/
|
|
36885
|
-
save?: (
|
|
36886
|
-
oEvent: sap.ui.base.Event<sap.ui.comp.variants.VariantManagement$SaveEventParameters>
|
|
36887
|
-
) => void;
|
|
36427
|
+
save?: (oEvent: VariantManagement$SaveEvent) => void;
|
|
36888
36428
|
|
|
36889
36429
|
/**
|
|
36890
36430
|
* @since 1.22.0
|
|
36891
36431
|
*
|
|
36892
36432
|
* This event is fired when users apply changes to variants in the Manage Variants dialog.
|
|
36893
36433
|
*/
|
|
36894
|
-
manage?: (
|
|
36895
|
-
oEvent: sap.ui.base.Event<sap.ui.comp.variants.VariantManagement$ManageEventParameters>
|
|
36896
|
-
) => void;
|
|
36434
|
+
manage?: (oEvent: VariantManagement$ManageEvent) => void;
|
|
36897
36435
|
|
|
36898
36436
|
/**
|
|
36899
36437
|
* @since 1.22.0
|
|
36900
36438
|
*
|
|
36901
36439
|
* This event is fired when a new variant is selected.
|
|
36902
36440
|
*/
|
|
36903
|
-
select?: (
|
|
36904
|
-
oEvent: sap.ui.base.Event<sap.ui.comp.variants.VariantManagement$SelectEventParameters>
|
|
36905
|
-
) => void;
|
|
36441
|
+
select?: (oEvent: VariantManagement$SelectEvent) => void;
|
|
36906
36442
|
}
|
|
36907
36443
|
|
|
36908
36444
|
interface VariantItem$ChangeEventParameters {
|
|
@@ -38708,36 +38244,12 @@ declare namespace sap {
|
|
|
38708
38244
|
): this;
|
|
38709
38245
|
}
|
|
38710
38246
|
|
|
38711
|
-
/**
|
|
38712
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'VariantItem$ChangeEventParameters'
|
|
38713
|
-
* in 1.115.1 and any later releases.
|
|
38714
|
-
*/
|
|
38715
|
-
type $VariantItemChangeEventParameters = sap.ui.comp.variants.VariantItem$ChangeEventParameters;
|
|
38716
|
-
|
|
38717
38247
|
type VariantItem$ChangeEvent = sap.ui.base.Event<VariantItem$ChangeEventParameters>;
|
|
38718
38248
|
|
|
38719
|
-
/**
|
|
38720
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'VariantManagement$ManageEventParameters'
|
|
38721
|
-
* in 1.115.1 and any later releases.
|
|
38722
|
-
*/
|
|
38723
|
-
type $VariantManagementManageEventParameters = sap.ui.comp.variants.VariantManagement$ManageEventParameters;
|
|
38724
|
-
|
|
38725
38249
|
type VariantManagement$ManageEvent = sap.ui.base.Event<VariantManagement$ManageEventParameters>;
|
|
38726
38250
|
|
|
38727
|
-
/**
|
|
38728
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'VariantManagement$SaveEventParameters'
|
|
38729
|
-
* in 1.115.1 and any later releases.
|
|
38730
|
-
*/
|
|
38731
|
-
type $VariantManagementSaveEventParameters = sap.ui.comp.variants.VariantManagement$SaveEventParameters;
|
|
38732
|
-
|
|
38733
38251
|
type VariantManagement$SaveEvent = sap.ui.base.Event<VariantManagement$SaveEventParameters>;
|
|
38734
38252
|
|
|
38735
|
-
/**
|
|
38736
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'VariantManagement$SelectEventParameters'
|
|
38737
|
-
* in 1.115.1 and any later releases.
|
|
38738
|
-
*/
|
|
38739
|
-
type $VariantManagementSelectEventParameters = sap.ui.comp.variants.VariantManagement$SelectEventParameters;
|
|
38740
|
-
|
|
38741
38253
|
type VariantManagement$SelectEvent = sap.ui.base.Event<VariantManagement$SelectEventParameters>;
|
|
38742
38254
|
}
|
|
38743
38255
|
/**
|