@sapui5/ts-types 1.121.2 → 1.122.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types/index.d.ts +7 -7
- package/types/sap.apf.d.ts +1 -1
- package/types/sap.ca.ui.d.ts +1 -1
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.collaboration.d.ts +9 -3
- package/types/sap.esh.search.ui.d.ts +1 -1
- package/types/sap.f.d.ts +45 -1
- package/types/sap.fe.core.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +68 -272
- package/types/sap.fe.navigation.d.ts +116 -8
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.plugins.managecache.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +1 -1
- package/types/sap.fe.test.d.ts +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 +53 -2
- package/types/sap.insights.d.ts +22 -1
- package/types/{mobile-1.121.0-d.ts → sap.m.d.ts} +988 -55
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +1 -1
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +1 -1
- package/types/sap.sac.df.d.ts +272 -196
- package/types/sap.suite.ui.commons.d.ts +1347 -84
- package/types/sap.suite.ui.generic.template.d.ts +5 -3
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/{tnt-1.121.0-d.ts → sap.tnt.d.ts} +1 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/{commons-1.121.0-d.ts → sap.ui.commons.d.ts} +4 -1
- package/types/sap.ui.comp.d.ts +230 -25
- package/types/{core-1.121.0-d.ts → sap.ui.core.d.ts} +337 -171
- package/types/sap.ui.dt.d.ts +3 -0
- package/types/sap.ui.export.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +1 -3
- package/types/sap.ui.generic.app.d.ts +1 -1
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +5 -1
- package/types/sap.ui.layout.d.ts +4 -4
- package/types/{mdc-1.121.0-d.ts → sap.ui.mdc.d.ts} +163 -39
- package/types/sap.ui.richtexteditor.d.ts +1 -1
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +1 -1
- package/types/sap.ui.support.d.ts +1 -1
- package/types/sap.ui.table.d.ts +15 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +4 -4
- package/types/{ux3-1.121.0-d.ts → sap.ui.ux3.d.ts} +3 -3
- package/types/sap.ui.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +92 -320
- package/types/sap.ui.vtm.d.ts +1 -1
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +1 -1
- package/types/sap.ui.webc.main.d.ts +1 -1
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +7 -482
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +50 -1
- package/types/sap.viz.d.ts +1 -1
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +1 -1
- package/types/sap.zen.crosstab.d.ts +1 -1
- package/types/sap.zen.dsh.d.ts +1 -1
- package/types/dt-1.121.0-d.ts +0 -3
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.122.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace suite {
|
|
@@ -1706,7 +1706,8 @@ declare namespace sap {
|
|
|
1706
1706
|
*/
|
|
1707
1707
|
getQuickVariantSelectionKey(): string;
|
|
1708
1708
|
/**
|
|
1709
|
-
*
|
|
1709
|
+
* Generally, it returns the currently selected contexts of the smart table. In case the context menu is
|
|
1710
|
+
* opened, it returns the contexts applicable to the context menu.
|
|
1710
1711
|
*
|
|
1711
1712
|
*
|
|
1712
1713
|
* @returns contains one entry per line selected
|
|
@@ -2654,7 +2655,8 @@ declare namespace sap {
|
|
|
2654
2655
|
sSectionKey: string
|
|
2655
2656
|
): string;
|
|
2656
2657
|
/**
|
|
2657
|
-
*
|
|
2658
|
+
* Generally, this method returns the currently selected contexts in one ui element (table, chart, or list).
|
|
2659
|
+
* In case the context menu is opened, it returns the contexts applicable to the context menu.
|
|
2658
2660
|
*
|
|
2659
2661
|
*
|
|
2660
2662
|
* @returns contains one entry per entry selected
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.122.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -31004,6 +31004,7 @@ declare namespace sap {
|
|
|
31004
31004
|
* The object contains the available parameters for BorderLayout's Area.
|
|
31005
31005
|
*
|
|
31006
31006
|
* @since 1.110
|
|
31007
|
+
* @deprecated (since 1.110) - as it is an integral part of the already deprecated {@link sap.ui.commons.BorderLayout}.
|
|
31007
31008
|
*/
|
|
31008
31009
|
type BorderLayoutAreaData = {
|
|
31009
31010
|
/**
|
|
@@ -31041,6 +31042,8 @@ declare namespace sap {
|
|
|
31041
31042
|
/**
|
|
31042
31043
|
* The object representing the serialized focus information.
|
|
31043
31044
|
*
|
|
31045
|
+
* @since 1.110
|
|
31046
|
+
* @deprecated (since 1.110) - as it is an integral part of the already deprecated {@link sap.ui.commons.TextField}.
|
|
31044
31047
|
* @ui5-protected DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
31045
31048
|
*/
|
|
31046
31049
|
type FocusInfo = {
|
package/types/sap.ui.comp.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.122.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -29,7 +29,7 @@ declare namespace sap {
|
|
|
29
29
|
};
|
|
30
30
|
}
|
|
31
31
|
|
|
32
|
-
interface $FilterBarSettings extends sap.ui.
|
|
32
|
+
interface $FilterBarSettings extends sap.ui.core.$ControlSettings {
|
|
33
33
|
/**
|
|
34
34
|
* Key used to access personalization data. Only if the persistencyKey is provided, will the `VariantManagement`
|
|
35
35
|
* control be used.
|
|
@@ -69,9 +69,10 @@ declare namespace sap {
|
|
|
69
69
|
| `{${string}}`;
|
|
70
70
|
|
|
71
71
|
/**
|
|
72
|
-
* Shows the filters area. When property `useToolbar` is set to `false`, `filterBarExpanded` is
|
|
73
|
-
* automatically. **Note:** When `SmartFilterBar` is used inside
|
|
74
|
-
* The filter bar is initially expanded in the following
|
|
72
|
+
* Shows the filters area. When property `useToolbar` is set to `false`, `filterBarExpanded` is ignored
|
|
73
|
+
* automatically and the `FilterBar` is always expanded. **Note:** When `SmartFilterBar` is used inside
|
|
74
|
+
* a `ValueHelpDialog`, it is initially collapsed. The filter bar is initially expanded in the following
|
|
75
|
+
* cases:
|
|
75
76
|
*
|
|
76
77
|
* - When there is no basic search field.
|
|
77
78
|
*
|
|
@@ -194,7 +195,8 @@ declare namespace sap {
|
|
|
194
195
|
|
|
195
196
|
/**
|
|
196
197
|
* Determines what design is used. Default is the design with toolbar. If the property `useToolbar` is set
|
|
197
|
-
* to `false`, the property `filterBarExpanded` is
|
|
198
|
+
* to `false`, the property `filterBarExpanded` is ignored automatically and the `FilterBar` is always expanded.
|
|
199
|
+
* **Note:**
|
|
198
200
|
* If set to `false`, the `VariantManagement` control is not available at all. This scenario is only intended
|
|
199
201
|
* for the {@link sap.ui.comp.smartfilterbar.SmartFilterBar}.
|
|
200
202
|
*
|
|
@@ -300,6 +302,21 @@ declare namespace sap {
|
|
|
300
302
|
| sap.ui.base.ManagedObject.AggregationBindingInfo
|
|
301
303
|
| `{${string}}`;
|
|
302
304
|
|
|
305
|
+
/**
|
|
306
|
+
* Do NOT use this aggregation directly. The `FilterBar` control is not meant to be used with arbitrary
|
|
307
|
+
* content. It renders filterFields which are added by `filterGroupItems` aggregation. If you need to add
|
|
308
|
+
* some content below the `FilterBar`, this can be done by adding it as sibling of the `FilterBar`. For
|
|
309
|
+
* example, if `FilterBar` is child of `DynamicPageHeader`, the custom content can be added to the `DynamicPageHeader`
|
|
310
|
+
* as well.
|
|
311
|
+
*
|
|
312
|
+
* @deprecated (since 1.122)
|
|
313
|
+
*/
|
|
314
|
+
content?:
|
|
315
|
+
| sap.ui.core.Control[]
|
|
316
|
+
| sap.ui.core.Control
|
|
317
|
+
| sap.ui.base.ManagedObject.AggregationBindingInfo
|
|
318
|
+
| `{${string}}`;
|
|
319
|
+
|
|
303
320
|
/**
|
|
304
321
|
* Populates the basic search area on the FilterBar and the Filters dialog.
|
|
305
322
|
*
|
|
@@ -665,7 +682,7 @@ declare namespace sap {
|
|
|
665
682
|
*
|
|
666
683
|
* In this dialog, the user has full control over the `FilterBar`.
|
|
667
684
|
*/
|
|
668
|
-
class FilterBar extends sap.ui.
|
|
685
|
+
class FilterBar extends sap.ui.core.Control {
|
|
669
686
|
/**
|
|
670
687
|
* Constructor for a new FilterBar.
|
|
671
688
|
*
|
|
@@ -707,7 +724,7 @@ declare namespace sap {
|
|
|
707
724
|
* Creates a new subclass of class sap.ui.comp.filterbar.FilterBar with name `sClassName` and enriches it
|
|
708
725
|
* with the information contained in `oClassInfo`.
|
|
709
726
|
*
|
|
710
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.
|
|
727
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
711
728
|
*
|
|
712
729
|
*
|
|
713
730
|
* @returns Created class / constructor function
|
|
@@ -819,6 +836,19 @@ declare namespace sap {
|
|
|
819
836
|
selectionChange?: Function;
|
|
820
837
|
}
|
|
821
838
|
): void;
|
|
839
|
+
/**
|
|
840
|
+
* Adds some content to the aggregation {@link #getContent content}.
|
|
841
|
+
*
|
|
842
|
+
* @deprecated (since 1.122)
|
|
843
|
+
*
|
|
844
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
845
|
+
*/
|
|
846
|
+
addContent(
|
|
847
|
+
/**
|
|
848
|
+
* The content to add; if empty, nothing is inserted
|
|
849
|
+
*/
|
|
850
|
+
oContent: sap.ui.core.Control
|
|
851
|
+
): this;
|
|
822
852
|
/**
|
|
823
853
|
* Enables to add application specific content to the filters dialog. If the content was not yet added it
|
|
824
854
|
* will be added. The content will be set to visible, all other filters dialog content will be set to invisible.
|
|
@@ -1738,6 +1768,14 @@ declare namespace sap {
|
|
|
1738
1768
|
* Resets the current selection in the variant management control to standard.
|
|
1739
1769
|
*/
|
|
1740
1770
|
clearVariantSelection(): void;
|
|
1771
|
+
/**
|
|
1772
|
+
* Destroys all the content in the aggregation {@link #getContent content}.
|
|
1773
|
+
*
|
|
1774
|
+
* @deprecated (since 1.122)
|
|
1775
|
+
*
|
|
1776
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
1777
|
+
*/
|
|
1778
|
+
destroyContent(): this;
|
|
1741
1779
|
/**
|
|
1742
1780
|
* Destroys all the filterGroupItems in the aggregation {@link #getFilterGroupItems filterGroupItems}.
|
|
1743
1781
|
*
|
|
@@ -2429,6 +2467,18 @@ declare namespace sap {
|
|
|
2429
2467
|
* @returns Value of property `considerGroupTitle`
|
|
2430
2468
|
*/
|
|
2431
2469
|
getConsiderGroupTitle(): boolean;
|
|
2470
|
+
/**
|
|
2471
|
+
* Gets content of aggregation {@link #getContent content}.
|
|
2472
|
+
*
|
|
2473
|
+
* Do NOT use this aggregation directly. The `FilterBar` control is not meant to be used with arbitrary
|
|
2474
|
+
* content. It renders filterFields which are added by `filterGroupItems` aggregation. If you need to add
|
|
2475
|
+
* some content below the `FilterBar`, this can be done by adding it as sibling of the `FilterBar`. For
|
|
2476
|
+
* example, if `FilterBar` is child of `DynamicPageHeader`, the custom content can be added to the `DynamicPageHeader`
|
|
2477
|
+
* as well.
|
|
2478
|
+
*
|
|
2479
|
+
* @deprecated (since 1.122)
|
|
2480
|
+
*/
|
|
2481
|
+
getContent(): sap.ui.core.Control[];
|
|
2432
2482
|
/**
|
|
2433
2483
|
* Retrieves the current variant ID.
|
|
2434
2484
|
*
|
|
@@ -2493,9 +2543,10 @@ declare namespace sap {
|
|
|
2493
2543
|
/**
|
|
2494
2544
|
* Gets current value of property {@link #getFilterBarExpanded filterBarExpanded}.
|
|
2495
2545
|
*
|
|
2496
|
-
* Shows the filters area. When property `useToolbar` is set to `false`, `filterBarExpanded` is
|
|
2497
|
-
* automatically. **Note:** When `SmartFilterBar` is used inside
|
|
2498
|
-
* The filter bar is initially expanded in the following
|
|
2546
|
+
* Shows the filters area. When property `useToolbar` is set to `false`, `filterBarExpanded` is ignored
|
|
2547
|
+
* automatically and the `FilterBar` is always expanded. **Note:** When `SmartFilterBar` is used inside
|
|
2548
|
+
* a `ValueHelpDialog`, it is initially collapsed. The filter bar is initially expanded in the following
|
|
2549
|
+
* cases:
|
|
2499
2550
|
*
|
|
2500
2551
|
* - When there is no basic search field.
|
|
2501
2552
|
*
|
|
@@ -2760,7 +2811,8 @@ declare namespace sap {
|
|
|
2760
2811
|
* Gets current value of property {@link #getUseToolbar useToolbar}.
|
|
2761
2812
|
*
|
|
2762
2813
|
* Determines what design is used. Default is the design with toolbar. If the property `useToolbar` is set
|
|
2763
|
-
* to `false`, the property `filterBarExpanded` is
|
|
2814
|
+
* to `false`, the property `filterBarExpanded` is ignored automatically and the `FilterBar` is always expanded.
|
|
2815
|
+
* **Note:**
|
|
2764
2816
|
* If set to `false`, the `VariantManagement` control is not available at all. This scenario is only intended
|
|
2765
2817
|
* for the {@link sap.ui.comp.smartfilterbar.SmartFilterBar}.
|
|
2766
2818
|
*
|
|
@@ -2789,6 +2841,20 @@ declare namespace sap {
|
|
|
2789
2841
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
2790
2842
|
*/
|
|
2791
2843
|
hideGoButton(): void;
|
|
2844
|
+
/**
|
|
2845
|
+
* Checks for the provided `sap.ui.core.Control` in the aggregation {@link #getContent content}. and returns
|
|
2846
|
+
* its index if found or -1 otherwise.
|
|
2847
|
+
*
|
|
2848
|
+
* @deprecated (since 1.122)
|
|
2849
|
+
*
|
|
2850
|
+
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
2851
|
+
*/
|
|
2852
|
+
indexOfContent(
|
|
2853
|
+
/**
|
|
2854
|
+
* The content whose index is looked for
|
|
2855
|
+
*/
|
|
2856
|
+
oContent: sap.ui.core.Control
|
|
2857
|
+
): int;
|
|
2792
2858
|
/**
|
|
2793
2859
|
* Checks for the provided `sap.ui.comp.filterbar.FilterGroupItem` in the aggregation {@link #getFilterGroupItems filterGroupItems}.
|
|
2794
2860
|
* and returns its index if found or -1 otherwise.
|
|
@@ -2816,6 +2882,25 @@ declare namespace sap {
|
|
|
2816
2882
|
*/
|
|
2817
2883
|
oFilterItem: sap.ui.comp.filterbar.FilterItem
|
|
2818
2884
|
): int;
|
|
2885
|
+
/**
|
|
2886
|
+
* Inserts a content into the aggregation {@link #getContent content}.
|
|
2887
|
+
*
|
|
2888
|
+
* @deprecated (since 1.122)
|
|
2889
|
+
*
|
|
2890
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
2891
|
+
*/
|
|
2892
|
+
insertContent(
|
|
2893
|
+
/**
|
|
2894
|
+
* The content to insert; if empty, nothing is inserted
|
|
2895
|
+
*/
|
|
2896
|
+
oContent: sap.ui.core.Control,
|
|
2897
|
+
/**
|
|
2898
|
+
* The `0`-based index the content should be inserted at; for a negative value of `iIndex`, the content
|
|
2899
|
+
* is inserted at position 0; for a value greater than the current size of the aggregation, the content
|
|
2900
|
+
* is inserted at the last position
|
|
2901
|
+
*/
|
|
2902
|
+
iIndex: int
|
|
2903
|
+
): this;
|
|
2819
2904
|
/**
|
|
2820
2905
|
* Returns the information whether the flag 'executeOnSelect' is set or not on current variant.
|
|
2821
2906
|
*
|
|
@@ -2881,6 +2966,16 @@ declare namespace sap {
|
|
|
2881
2966
|
*/
|
|
2882
2967
|
fCallBack: /* was: sap.ui.comp.filterbar.FilterBar.fGetFiltersWithValuesCallBack */ any
|
|
2883
2968
|
): this;
|
|
2969
|
+
/**
|
|
2970
|
+
* Removes all the controls from the aggregation {@link #getContent content}.
|
|
2971
|
+
*
|
|
2972
|
+
* Additionally, it unregisters them from the hosting UIArea.
|
|
2973
|
+
*
|
|
2974
|
+
* @deprecated (since 1.122)
|
|
2975
|
+
*
|
|
2976
|
+
* @returns An array of the removed elements (might be empty)
|
|
2977
|
+
*/
|
|
2978
|
+
removeAllContent(): sap.ui.core.Control[];
|
|
2884
2979
|
/**
|
|
2885
2980
|
* Removes all entries in the aggregation filterGroupItems.
|
|
2886
2981
|
*
|
|
@@ -2900,6 +2995,19 @@ declare namespace sap {
|
|
|
2900
2995
|
* Removes all entries in the aggregations filterItems, filterGroupItems, basicSearch
|
|
2901
2996
|
*/
|
|
2902
2997
|
removeAllFilters(): void;
|
|
2998
|
+
/**
|
|
2999
|
+
* Removes a content from the aggregation {@link #getContent content}.
|
|
3000
|
+
*
|
|
3001
|
+
* @deprecated (since 1.122)
|
|
3002
|
+
*
|
|
3003
|
+
* @returns The removed content or `null`
|
|
3004
|
+
*/
|
|
3005
|
+
removeContent(
|
|
3006
|
+
/**
|
|
3007
|
+
* The content to remove or its index or id
|
|
3008
|
+
*/
|
|
3009
|
+
vContent: int | string | sap.ui.core.Control
|
|
3010
|
+
): sap.ui.core.Control | null;
|
|
2903
3011
|
/**
|
|
2904
3012
|
* Removes a filterGroupItem from the aggregation {@link #getFilterGroupItems filterGroupItems}.
|
|
2905
3013
|
*
|
|
@@ -2928,12 +3036,6 @@ declare namespace sap {
|
|
|
2928
3036
|
*/
|
|
2929
3037
|
vFilterItem: int | string | sap.ui.comp.filterbar.FilterItem
|
|
2930
3038
|
): sap.ui.comp.filterbar.FilterItem | null;
|
|
2931
|
-
/**
|
|
2932
|
-
* Adapts the visibility for all filter containers.
|
|
2933
|
-
*
|
|
2934
|
-
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
2935
|
-
*/
|
|
2936
|
-
rerenderFilters(): void;
|
|
2937
3039
|
/**
|
|
2938
3040
|
* Restores the visibility of the Go button on FilterBar. The visibility of the Go button will be set, according
|
|
2939
3041
|
* to the showGoOnFB property.
|
|
@@ -3125,9 +3227,10 @@ declare namespace sap {
|
|
|
3125
3227
|
/**
|
|
3126
3228
|
* Sets a new value for property {@link #getFilterBarExpanded filterBarExpanded}.
|
|
3127
3229
|
*
|
|
3128
|
-
* Shows the filters area. When property `useToolbar` is set to `false`, `filterBarExpanded` is
|
|
3129
|
-
* automatically. **Note:** When `SmartFilterBar` is used inside
|
|
3130
|
-
* The filter bar is initially expanded in the following
|
|
3230
|
+
* Shows the filters area. When property `useToolbar` is set to `false`, `filterBarExpanded` is ignored
|
|
3231
|
+
* automatically and the `FilterBar` is always expanded. **Note:** When `SmartFilterBar` is used inside
|
|
3232
|
+
* a `ValueHelpDialog`, it is initially collapsed. The filter bar is initially expanded in the following
|
|
3233
|
+
* cases:
|
|
3131
3234
|
*
|
|
3132
3235
|
* - When there is no basic search field.
|
|
3133
3236
|
*
|
|
@@ -3150,6 +3253,25 @@ declare namespace sap {
|
|
|
3150
3253
|
*/
|
|
3151
3254
|
bFilterBarExpanded?: boolean
|
|
3152
3255
|
): this;
|
|
3256
|
+
/**
|
|
3257
|
+
* Sets a new value for property {@link #getFilterContainerWidth filterContainerWidth}.
|
|
3258
|
+
*
|
|
3259
|
+
* Sets the width of the filters container.
|
|
3260
|
+
*
|
|
3261
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
3262
|
+
*
|
|
3263
|
+
* Default value is `"12rem"`.
|
|
3264
|
+
*
|
|
3265
|
+
* @since 1.34.0
|
|
3266
|
+
*
|
|
3267
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
3268
|
+
*/
|
|
3269
|
+
setFilterContainerWidth(
|
|
3270
|
+
/**
|
|
3271
|
+
* New value for property `filterContainerWidth`
|
|
3272
|
+
*/
|
|
3273
|
+
sFilterContainerWidth?: string
|
|
3274
|
+
): this;
|
|
3153
3275
|
/**
|
|
3154
3276
|
* Sets a new value for property {@link #getHeader header}.
|
|
3155
3277
|
*
|
|
@@ -3170,6 +3292,26 @@ declare namespace sap {
|
|
|
3170
3292
|
*/
|
|
3171
3293
|
sHeader?: string
|
|
3172
3294
|
): this;
|
|
3295
|
+
/**
|
|
3296
|
+
* Sets a new value for property {@link #getHeaderLevel headerLevel}.
|
|
3297
|
+
*
|
|
3298
|
+
* Specifies the semantic header level of the {@link #getHeader header} text property. For more information,
|
|
3299
|
+
* see {@link sap.m.Title#setLevel}. This property is ignored, when `useToolbar` is set to `false`.
|
|
3300
|
+
*
|
|
3301
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
3302
|
+
*
|
|
3303
|
+
* Default value is `Auto`.
|
|
3304
|
+
*
|
|
3305
|
+
* @since 1.121
|
|
3306
|
+
*
|
|
3307
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
3308
|
+
*/
|
|
3309
|
+
setHeaderLevel(
|
|
3310
|
+
/**
|
|
3311
|
+
* New value for property `headerLevel`
|
|
3312
|
+
*/
|
|
3313
|
+
sHeaderLevel?: sap.ui.core.TitleLevel
|
|
3314
|
+
): this;
|
|
3173
3315
|
/**
|
|
3174
3316
|
* Sets a new value for property {@link #getIsRunningInValueHelpDialog isRunningInValueHelpDialog}.
|
|
3175
3317
|
*
|
|
@@ -3267,6 +3409,25 @@ declare namespace sap {
|
|
|
3267
3409
|
*/
|
|
3268
3410
|
bShowClearButton?: boolean
|
|
3269
3411
|
): this;
|
|
3412
|
+
/**
|
|
3413
|
+
* Sets a new value for property {@link #getShowClearOnFB showClearOnFB}.
|
|
3414
|
+
*
|
|
3415
|
+
* Handles visibility of the Clear button on the FilterBar.
|
|
3416
|
+
*
|
|
3417
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
3418
|
+
*
|
|
3419
|
+
* Default value is `false`.
|
|
3420
|
+
*
|
|
3421
|
+
* @since 1.28.0
|
|
3422
|
+
*
|
|
3423
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
3424
|
+
*/
|
|
3425
|
+
setShowClearOnFB(
|
|
3426
|
+
/**
|
|
3427
|
+
* New value for property `showClearOnFB`
|
|
3428
|
+
*/
|
|
3429
|
+
bShowClearOnFB?: boolean
|
|
3430
|
+
): this;
|
|
3270
3431
|
/**
|
|
3271
3432
|
* Sets a new value for property {@link #getShowFilterConfiguration showFilterConfiguration}.
|
|
3272
3433
|
*
|
|
@@ -3304,6 +3465,25 @@ declare namespace sap {
|
|
|
3304
3465
|
*/
|
|
3305
3466
|
bShowGoButton?: boolean
|
|
3306
3467
|
): this;
|
|
3468
|
+
/**
|
|
3469
|
+
* Sets a new value for property {@link #getShowGoOnFB showGoOnFB}.
|
|
3470
|
+
*
|
|
3471
|
+
* Handles visibility of the Go button on the FilterBar.
|
|
3472
|
+
*
|
|
3473
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
3474
|
+
*
|
|
3475
|
+
* Default value is `true`.
|
|
3476
|
+
*
|
|
3477
|
+
* @since 1.28.0
|
|
3478
|
+
*
|
|
3479
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
3480
|
+
*/
|
|
3481
|
+
setShowGoOnFB(
|
|
3482
|
+
/**
|
|
3483
|
+
* New value for property `showGoOnFB`
|
|
3484
|
+
*/
|
|
3485
|
+
bShowGoOnFB?: boolean
|
|
3486
|
+
): this;
|
|
3307
3487
|
/**
|
|
3308
3488
|
* Once set, the activation of the 'Adapt Filters' button will open the 'old' filters dialog. This method
|
|
3309
3489
|
* offers an intermediate solution for the visual filters scenario, which relies on the old filters dialog.
|
|
@@ -3334,6 +3514,25 @@ declare namespace sap {
|
|
|
3334
3514
|
*/
|
|
3335
3515
|
bShowRestoreButton?: boolean
|
|
3336
3516
|
): this;
|
|
3517
|
+
/**
|
|
3518
|
+
* Sets a new value for property {@link #getShowRestoreOnFB showRestoreOnFB}.
|
|
3519
|
+
*
|
|
3520
|
+
* Handles visibility of the Restore button on the FilterBar.
|
|
3521
|
+
*
|
|
3522
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
3523
|
+
*
|
|
3524
|
+
* Default value is `false`.
|
|
3525
|
+
*
|
|
3526
|
+
* @since 1.28.0
|
|
3527
|
+
*
|
|
3528
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
3529
|
+
*/
|
|
3530
|
+
setShowRestoreOnFB(
|
|
3531
|
+
/**
|
|
3532
|
+
* New value for property `showRestoreOnFB`
|
|
3533
|
+
*/
|
|
3534
|
+
bShowRestoreOnFB?: boolean
|
|
3535
|
+
): this;
|
|
3337
3536
|
/**
|
|
3338
3537
|
* Sets the current UI state of the `FilterBar` control.
|
|
3339
3538
|
* The current UI state represents the data suite format.
|
|
@@ -3410,7 +3609,8 @@ declare namespace sap {
|
|
|
3410
3609
|
* Sets a new value for property {@link #getUseToolbar useToolbar}.
|
|
3411
3610
|
*
|
|
3412
3611
|
* Determines what design is used. Default is the design with toolbar. If the property `useToolbar` is set
|
|
3413
|
-
* to `false`, the property `filterBarExpanded` is
|
|
3612
|
+
* to `false`, the property `filterBarExpanded` is ignored automatically and the `FilterBar` is always expanded.
|
|
3613
|
+
* **Note:**
|
|
3414
3614
|
* If set to `false`, the `VariantManagement` control is not available at all. This scenario is only intended
|
|
3415
3615
|
* for the {@link sap.ui.comp.smartfilterbar.SmartFilterBar}.
|
|
3416
3616
|
*
|
|
@@ -29498,8 +29698,11 @@ declare namespace sap {
|
|
|
29498
29698
|
* The default is `preserveDecimals=true` for the `customData`. This `customData` is then used for formatting
|
|
29499
29699
|
* the `Edm.Decimal` type as well as the `Currency` and `Unit` cell template. If the number of decimal digits
|
|
29500
29700
|
* is different from the values returned by the code list, then the decimal point alignment for the `Currency`
|
|
29501
|
-
* and `Unit` values cannot be guaranteed.
|
|
29502
|
-
*
|
|
29701
|
+
* and `Unit` values cannot be guaranteed.
|
|
29702
|
+
* - Cell data of type `string` containing whitespace characters are replaced with unicode characters
|
|
29703
|
+
* to visualize the whitespaces on the UI. This is enabled by default.
|
|
29704
|
+
* - The `SmartTable` must not be cloned or used as a template. Doing this might cause issues with its
|
|
29705
|
+
* behavior, personalization, or `VariantManagement`.
|
|
29503
29706
|
*/
|
|
29504
29707
|
class SmartTable extends sap.m.VBox {
|
|
29505
29708
|
/**
|
|
@@ -32790,11 +32993,13 @@ declare namespace sap {
|
|
|
32790
32993
|
*/
|
|
32791
32994
|
GW = "GW",
|
|
32792
32995
|
/**
|
|
32793
|
-
* UI5 client-side spreadsheet export service is used
|
|
32996
|
+
* UI5 client-side spreadsheet export service is used
|
|
32794
32997
|
*/
|
|
32795
32998
|
UI5Client = "UI5Client",
|
|
32796
32999
|
/**
|
|
32797
33000
|
* UI5 client-side spreadsheet export service is used along with Gateway backend PDF export service.
|
|
33001
|
+
*
|
|
33002
|
+
* @since 1.100
|
|
32798
33003
|
*/
|
|
32799
33004
|
UI5ClientPDF = "UI5ClientPDF",
|
|
32800
33005
|
}
|